/*main scrollbar colors*/
body	{ 
	SCROLLBAR-FACE-COLOR: #d9590e;
	SCROLLBAR-HIGHLIGHT-COLOR: #D0E1F1; 
	SCROLLBAR-SHADOW-COLOR: #963B04;
	SCROLLBAR-3DLIGHT-COLOR: #9db3c1;
	SCROLLBAR-ARROW-COLOR:  #FFCC21; 
	SCROLLBAR-TRACK-COLOR: #FEDA5C;
	SCROLLBAR-DARKSHADOW-COLOR: #963B04; 
	}

/*main font*/

body	{ 
	font-family:sans-serif;
	font-size:12px;
	}

H1 {font-family:sans-serif; font-style:bold; text-align:center; font-size:16px; color:#0018AD;}

H2 {font-family:arial; font-style:normal; text-align:center; font-size:14px; color:#0018AD}



/*links font colors*/




a:link {
	
	text-decoration: none;
	color: #ffCC21;
	font-weight: bold;
	}

a:visited {

	text-decoration: none;
	color: #ffCC21;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}




