/* STYLE2.CSS */
/* Used for contents frames with dark background */


BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	font-family: Myriad Web, Tahoma, Arial;
	font-size: 9pt;
/* 	background-color: #004493;	*/
	}

A:LINK, A:VISITED, A:ACTIVE   {
	text-decoration: none;
	color: #004493; 
	}	
		
A:HOVER   {
	text-decoration: none;
	color: #004493; 
 	background-color: #FFFFFF;
	}