/* STYLE2.CSS */
/* Used for contents frames with dark background */


body, table, th, tr, td, li, ul, ol	{
	font-family: Arial, helvetica, 'sans serif'; 
	font-size: 9pt; 
	background-color: #000080
	color: #EEEEEE;
	font-weight: bold
	}

A:link, A:visited	{
	color: #000080;
	text-decoration: none; 
	}	
		
A:active, A:hover	{
	color: #0000FF;
	text-decoration: none; 
	}