<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5E7FA2;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #9FB02C;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9FB02C;
}
a:hover {
	text-decoration: underline;
	color: #9FB02C;
}
a:active {
	text-decoration: none;
	color: #9FB02C;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footerlink:link {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
.footerlink:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
.footerlink:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
.footerlink:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
-->