/* STYLE1.CSS */
/* Used for main frames with white background */

BODY, TABLE, TR, TD, LI, UL, OL 	{
	font-family:  Calibri, Leelawadee, Myriad Web, Franklin Gothic Book, Lucida Sans;
	font-size: 10pt;
	color: #111111;
 	}

HR	{	
	width: 100%;
	height: .25pt;
	color: #CC6600;
	}	
		
A:LINK, A:VISITED	{	
	color: #00639C;
	text-decoration: underline;
	}	
		
A:HOVER; A:ACTIVE	{ 
	color: #CC0000;
	text-decoration: underline;
	}	
 
H2 { 
	font-family:  Calibri, Incised901 BT, Georgia;
	font-size: 14pt;
	font-weight: bold; 
	color: #00639C;
	letter-spacing: -.50pt;
	text-transform: uppercase; 
	 } 
  
H3 { 
	font-family:  Calibri, Incised901 BT, Georgia;
	font-size: 12pt;
	color: #00639C;
	letter-spacing: -.50pt;
	font-weight: bold; 
	text-transform: uppercase; 
	text-decoration: underline;
	}


.hdgA	{
	font-family: Calibri, Cambria;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: -.5pt;
	}