/* 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; 
	font-weight: bold;
	letter-spacing:-.25pt; 
	}

A:link, A:visited	{
	color: #0000A0;
	text-decoration: none;
	}	
		
A:active, A:hover	{
	color: #FFFF99;
	text-decoration: none; 
	text-decoration: none;
	}