@charset "ISO-8859-1";
.italic {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #8B938A;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #3B3C3B;
	
}

.bold {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.boldgreen {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660;
	
}

.boldgrey {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	
}

.bolddarkgrey {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333;
	
}

.bolddarkgrey-big {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:17px;
	line-height: 26pt;
	color:#333;
	
}



.tan {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #963;
	
}


.tan-bold {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #963;
	
}
.small {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	
}

.smallgal {
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-size:10px;
}

.smallgalitalic {
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-style:italic;
font-size:10px;
}

.smallgalbold {
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:11px;
}

.galdescription {
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-size:12px;
}

.boldgrey {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	
}

.tan-12px {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #963;
	font-size:12px;
	
}