@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body{
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 100%;
}
a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #cccccc;
}
a:link 
{
	text-decoration: none;
	color: #cccccc;
}
a:visited 
{
	text-decoration: none;
	color: #cccccc;
}
a:hover 
{
	text-decoration: underline;
	color: #cccccc;
}
a:active 
{
	text-decoration: none;
	color: #cccccc;
}
h1 
{
	font-size: 12pt; 
	font-weight: bold;
	color: #cccccc;
}
h2 
{
	font-size: 10pt; 
	font-weight: bold;
	color: #cccccc;
}
.cutline 
{
text-align:center;
font-size: 8 pt;
font-style: italic;
} 
.headers
{
text-align:left;
font-size: 8.5pt;
font-weight: bold;
text-transform:uppercase
}
-->
</style>