html { 
	scrollbar-arrow-color: #F5FCF9; 
	scrollbar-face-color:#496E61; 
	scrollbar-track-color:#e7f0fa; 
	scrollbar-highlight-color:#e0e7f7; 
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-shadow-color:#6699cc; 
	scrollbar-darkshadow-color:#003366; 
}

.darkgreenbg {
	background-color: #496E61;
}
.whitesmalltext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteheading {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
.captiontext {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.smallgreentext {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: bold;
	color: #496E61;
	text-decoration: none;
}
.greentableborder {
	border: 1px solid #97BBAE;
}
.greentopborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2F0E1;
	border-bottom-color: #D2F0E1;
}
.bodytext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.bodytext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.smallblacktext {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #496E61;
}

a.smallblacktext {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
.lightgreenbg {
	background-color: #D2F0E1;
}
.greenheading {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #496E61;
}
.whitesmallerheading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FFEA39;
}
.disabledformfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FFEA39;
	background-color: #FFFFCC;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FFEA39;
	background-color: #FFEA39;
}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8A7C00;
	border: 1px solid #8A7C00;
}
.orangetableborder {
	border: 1px solid #B6A200;
}
.lightergreenbg {
	background-color: #F5FCF9;
}
.darkgreentableborder {
	font-family: "Trebuchet MS";
	border: 1px solid #496E61;
}
