/* Used for main frames with white background */

body, table, th, tr, td, li, ul, ol	{
	color: #333333;
	font-family: Trebuchet MS, Arial, helvetica, 'sans serif'; 
	font-size: 8pt; 
	font-weight: bold;
	}

PRE, CODE, TT	{ 
	color: #333333;
	font-family: Courier, monospace;
	font-size: 9pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: left;
	color: #993333;
	}	

A:link, A:visited	{
	text-decoration: none;
	color: #993333;
	}	
		
A:active, A:hover	{
	text-decoration: none;
	color: #333333;
	}
