
/* Used for main frames with white background */

BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: left;
	color: #339966;
	}	

A:LINK, A:VISITED   {
	text-decoration: underline; 
	color: #339966;
	}	
		
A:ACTIVE, A:HOVER   {
	text-decoration: underline; 
	color: #339933;
	}

H2	{
	font-family: Arial;
	color: #339966; 
	font-size: 15pt; 
	text-decoration: none; 
	word-spacing: normal; 
	letter-spacing: -.50pt;
	font-weight: 500;
	}
		
H3	{
	font-family: Arial;
	color: #000000; 
	font-size: 12pt; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
