body { 
scrollbar-face-color: "#E2E7F1"; 
scrollbar-highlight-color: "#FFFFFF"; 
scrollbar-shadow-color: "#525252"; 
scrollbar-3dlight-color: "#FFFFFF"; 
scrollbar-arrow-color: "#2D2F34"; 
scrollbar-track-color: "#C1CCE1"; 
scrollbar-darkshadow-color: "#2D2F34"; 
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2D2F34;
}
.textbold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F8AF00;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D2F34;
	text-decoration: none;
}
.subhead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F8AF00;
	text-decoration: none;
}
.subheadred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #2D2F34;
	text-decoration: none;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #2D2F34;
	text-decoration: underline;
}
.textlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #F8AF00;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #2D2F34;
	text-decoration: none;
}
.footerlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #2D2F34;
	text-decoration: underline;
}
.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #F8AF00;
	text-decoration: underline;
}
INPUT.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2D2F34;
	background-color: #E9EDF8;
}