/* STYLE2.CSS */
/* Used for contents frames with dark background */


body {
	color: #FFFFFF; 
	font-family: Calibri, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	font-weight: bold;
	background-color: #800000; 
	letter-spacing:-.25pt;
	}

table, th, tr, td, li, ul, ol	{
	color: #FFFFFF; 
	font-family: Calibri, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	font-weight: bold;
	letter-spacing:-.25pt;
	row-height: 10pt;
	}

a:link, a:visited	{
	color: #800000;
	text-decoration: none;
	}	
		
a:active, a:hover	{
	color: #CC0000;
	text-decoration: none;
	}