/* Used for main frames with white background */

BODY, TABLE, TH, TR, TD, OL 	{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	}

LI, UL 	{
	margin-top:3pt; 
	margin-bottom:3pt; 
	list-style-type:circle; 
	list-style-image:url('../images/bullet1.gif');
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: left;
	color: #DD4823;
	}	

A:LINK, A:VISITED   {
	color: #3870A6; 
	text-decoration:underline;
	}	
		
A:ACTIVE, A:HOVER   {
	color: #DD4823;
	text-decoration:underline;
	}	
		
H2	{
	font-family: Arial;
	color: #DD4823; 
	font-size: 14pt; 
	text-decoration: none; 
	word-spacing: normal; 
	letter-spacing: -.60pt;
	}
		
H3	{
	font-family: Arial;
	color: #000000; 
	font-size: 12pt; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
	}