<!-- Body Text Styles -->
Normal
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 10pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

Body
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 10pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

.NormalBodyText
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 10pt;
	color: rgb(0,0,0);
}


<!-- Table Styles -->
table
{
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(0,0,0); 
}

<!-- Heading Styles -->
h1, h2, h3, h4, h5, h6
{
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h1
{
	font-size: 18pt;
	color: rgb(199,0,0);
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
h2
{
	font-size: 14pt;
	color: black; 
	font-weight:bold;
	font-style:normal;
}
h3
{
	font-size: 14pt;
	color: rgb(199,0,0);
	font-weight:bold;
	font-style:normal;
}
h4
{
	font-size: 12pt;
	color: black;
	font-weight:bold;
	font-style:normal;
}
h5
{
	font-size: 12pt;
	color: rgb(199,0,0);
	font-weight:bold;
	font-style:normal;
}
h6
{
	font-size: 10pt;
	color: black;
	font-weight:bold;
	font-style:normal;
}

<!-- Menu Styles -->
.menu_button_deactivated
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: bold;
	font-size: 10pt;
	color:#FFFFCC;
	text-decoration:none;
}

.whitelink
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: bold;
	font-size: 10pt;
	color:#FFFFFF;
	text-decoration:none;
}

A:hover.whitelink
{
	color:#FFFFCC;
	text-decoration:underline;
}