/* Used for main frames with white background */

BODY	{
	color: #000000;
	font-family: Arial, Tahoma;
	font-size: 10.5pt;
	bgcolor= #ffffff;
	background-image: url("../images/back.jpg");
	}

TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #000000;
	font-family: Arial, Tahoma;
	font-size: 10.5pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: left;
	color: #3366CC;
	}	

A:LINK, A:VISITED   {
	color: #3366CC;
	text-decoration: underline; 
	}	
		
A:ACTIVE, A:HOVER   {
	color: #CC0033;
	text-decoration: underline; 
	}	
		
H2	{
	font-family: Franklin Gothic Book, Arial, Tahoma;
	color: #3366CC; 
	font-size: 14pt; 
	letter-spacing: -.50pt;
	font-weight: bold;
	text-align=left;
	}
		
H3	{
	font-family: Franklin Gothic Book, Arial, Tahoma;
	color: #3366CC; 
	font-size: 12pt; 
	letter-spacing: -.50pt;
	font-weight: 400;
	}