.whiteBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.whiteHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.blackBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.blackHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

body {
	background-color: #336699;
	scrollbar-3dlight-color : #FFFFFF; 
	scrollbar-arrow-color : #CC9933; 
	scrollbar-darkshadow-color : #CC9933; 
	scrollbar-face-color : #993300; 
	scrollbar-highlight-color : #000000; 
	scrollbar-shadow-color : #000000; 
	scrollbar-track-color : #CC9933; 
	}



/* Links */
A:hover {
	text-decoration: underline;
	font-weight: bold;
	}
	
A:visited   { 
	}	


A:link {
	text-decoration: none;
	}
	
	
.darklink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
.lightlink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
.whiteFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
}
.whiteFooterLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
}
.blackBodyList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}
.whiteBodyList {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}
