/* Used for main frames with white background */

BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #111111;
	font-family: Arial, Tahoma;
	font-size: 11pt;
	letter-spacing: -.25pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: left;
	color: #999966;
	}	

A:LINK, A:VISITED   {
	color: #999966;
	text-decoration: none 
	}	
		
A:ACTIVE, A:HOVER   {
	color: #666633;
	text-decoration: none;
	
	}
