/* STYLE2.CSS */
/* Used for contents frames with dark background */

body, td	{
	text-align: left;
	text-decoration: none;
	}

body, table, th, tr, td, li, ul, ol	{
	color: #FFFFFF; 
	font-family: Georgia, Times New Roman, 'serif'; 
	font-size: 12px; 
	font-weight: bold;
	background-color: #000000; 
	letter-spacing:-.25pt;
	}

A:link, A:visited	{
	color: #FFC4C5;
	text-decoration: none
	background-color: #000000; 
	}	
		
A:active, A:hover	{
	color: #FFFFFF;
	background-color: #000000; 
	text-decoration: none;
	}