/* STYLE2.CSS */
/* Used for contents frames with dark background */


BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	background-color: #3C78B4;
	color: #FFFFFF; 
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 10.5pt; 

	}

A:LINK, A:VISITED	{
	text-decoration: underline;
	color: #FFFF80; 
	}	
		
A:HOVER, A:ACTIVE   {
	text-decoration: underline;
	color: #FFFF00;
	}
