/* Used for main frames with white background */

body, table, th, tr, td, li, ul, ol	{
	color: #000000;
	font-family: Arial, Helvetica, 'san serif'; 
	font-size: 10.5pt; 
	}

li        { 
	list-style-type: square;
	}

.form		{ 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	}

PRE, CODE, TT	{ 
	color: #000000;
	font-family: Courier, monospace;
	font-size: 9pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: center;
	color: #006600;
	}	

A:link, A:visited	{
	text-decoration: underline;
	color: #006600;
	}	
		
A:active, A:hover	{
	text-decoration: underline;
	color: #009933;
	}	

H2	{
	font-size: 16pt; 
	letter-spacing: -1pt;
	color: #006600;
	}
	
H3	{
	color: #000000; 
	font-size: 12pt; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
w	}

/* TOOLBAR */

.toolbar tr, .toolbar td		{
	font-size: 9pt;
	}

.toolbar a:link, .toolbar a:visited		{
	font-size: 9pt;
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: none;
	margin: 0 5;
	}

.toolbar a:hover, .toolbar a:active		{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5;
	}

/* SIDEBAR */

.sidebar	{
	font-size: 9pt;
	font-weight: bold;
	color: #000000; 
	}

.sidebar a:link, .sidebar a:visited		{
	font-size: 9pt;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	}

.sidebar a:hover, .sidebar a:active		{
	font-size: 9pt;
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
	}


/* COPYRIGHT FOOTER */

.footer							{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	}

.footer a:link, .footer a:visited		{
	font-size: 8pt;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	}

.footer a:hover, .footer a:active		{
	font-size: 8pt;
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
	}