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

<style type="text/css">


.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #66FFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.basic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodywhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodywhite a:link {
	color: #FFFF00;
	text-decoration: none;
}
.bodywhite a:visited {
	color: #66FF00;
	text-decoration: none;
}
.bodywhite a:hover {
	color: #FF33FF;
	text-decoration: none;
}
.small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
}
.headorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
}
.headblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
span.highlight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-align: center;
	background-color:#000000
}
span.highlight a:link{
	color: #FFFF00;
	text-decoration: none;
}
span.highlight a:visited {
	color: #FFFF00;
	text-decoration: none;
}
span.highlight a:hover {
	color: #FF33FF;
	text-decoration: none;
}

</style>

