a:link
{
	color: #0044B3;
	text-decoration: none;
}
a:visited
{
	color: #0044B3;
	text-decoration: none;
} 
a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
a:active 
{
	color: #0044B3;
}
body
{
	margin-top: 8pt;
	font-family: Verdana, Sans Serif;
	font-size: 10pt;
	background-color: #808080;
	color: #000000;
}
td
{
	font-size: 10pt;
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	font-size: 18pt;
	color: #0044B3;
}
h2
{
	color: #FF0000;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}
h3
{
	color: #006600; 
}
h4
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
h5
{
	color: #006600;
	font-size: 12pt;
}
h6
{
	color: #666666;
	font-size: 8pt;
}