<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin : 0px 0% 0px 0%; 
	padding : 0; 
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	color : #81819F; 
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	background : white, none;
} 

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color : #81819F;
}

h1	{
	font-size:	20px;
}
	
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #8B9460;
	background: transparent  none;
	margin: 7px 0 7px 0;
}

div, p, th, td, li, dd, dl, dt, pre    {
	/* redundant selectors to help NS4 not forget */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color : #81819F;
}

a	{
	text-decoration:	underline;
	font-weight:	normal;
	}
	
a:link	{
	color: Red;
	background: transparent  none;
}

a:visited	{
	color: Blue;
	background: transparent  none;
}

a:active	{
	color:	#000;
	background: transparent  none;
	}
	
a:hover	{
	color: Black;
	text-decoration:underline overline;
	background: transparent  none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	line-height: 120%;
}

.caption {
	font: lighter xx-small Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: Black;
	background: transparent  none;
	}	

.fineprint {
	font: 12px geneva, verdana, sans-serif;
	color: #000;
	background: none;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 30px;
	text-align: center;
	}	
	</pre></body></html>