/* Used for main frames with white background */

BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #000000;
	font-family: Myriad Web, Tahoma, Arial;
	font-size: 10pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: left;
	color: #004493;
	}	

A:LINK, A:VISITED    {
	color: #004493;
	text-decoration: none; 
	}	
		
A:ACTIVE, A:HOVER   {
	color: #0000FF;
	text-decoration: underline; 
	}