/* CSS Document */
body, td {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
			
a 		  { font-family: Verdana, Tahoma; 
            font-size: 11px; 
			font-weight: bold; 
			color: #FFFFFF; 
			text-decoration: none }
			
a:hover   {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

.navSmall { font-family: Verdana, Tahoma; 
            font-size: 10px; 
			font-weight: normal; 
			color: #FCFEFC; 
			text-decoration: none }

body {		scrollbar-face-color: #264f8c;
			scrollbar-shadow-color: #264f8c;
			scrollbar-highlight-color: #264f8c;
			scrollbar-3dlight-color: #264f8c;
			scrollbar-darkshadow-color: #264f8c;
			scrollbar-track-color: #264f8c;
			scrollbar-arrow-color: #264f8c;
}
