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