
body { 
background-color:#FFFFFF;
color:#00172F; 
margin: 10px  10px; 
font: 100% Arial, Helvetica, sans-serif; 
font-weight:bold; 
overflow : auto;
scrollbar-3dlight-color:#FFFFCC;
           scrollbar-arrow-color:#000000;
           scrollbar-base-color:#99CCFF;
           scrollbar-darkshadow-color:#2D2D2D;
           scrollbar-face-color:#99CCFF;
           scrollbar-highlight-color:#FFFFFF;
           scrollbar-shadow-color:#FFFFFF;
		   overflow:auto;
}
.float {float:left; margin:10px 20px 10px 0px; }
.float2 {float:right; margin:10px 0px 10px 20px; }
.float3 {margin:10px 20px; }
.small {font-weight:normal;}
.endefloat {clear:both;}
h4 {font: 135% Arial, Helvetica, sans-serif; text-align:center; font-weight:bold;}   


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2D2D2D;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2D2D2D;
	text-decoration: underline;
}
