/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-style: normal;
}
body {
	background-color: #333333;
}
.redbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	line-height: 22px;
	font-weight: bold;
}
.blackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #9C1E8A; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #9C1E8A; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #9C1E8A;
}
a:active {
	text-decoration: none;
	color: #B5DB0A;
}
-->