<style type="text/css">
.section
	{
	font-size: 14pt
	}
.center
	{
	text-align: center
	}
.bold
	{
	font-weight: bold
	}
.bolder
	{
	font-weight: bolder
	}
.underline
	{
	text-decoration: underline
	}
.small
	{
	font-size: 9pt
	}
.italic
	{
	font-style: italic
	}
.title
	{
	font-size: medium;
	font-style: italic
	}
.heading
	{
	font-size: large;
	font-style: italic
	}
.bigtitle
	{
	font-size: 18pt;
	line-height: 24pt
	}
.red
	{
	font-size: 9pt;
	color: #FF0000
	}
body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #000000
	}
td
	{
	color: #FFFFFF;
	font-size: x-small
	}
th
	{
	color: #FFFFFF;
	font-size: x-small
	}
p
	{
	color: #FFFFFF;
	font-size: x-small
	}
</style>