body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
	color: #0085CA;
}
a:visited {
	text-decoration: none;
	color: #0085CA;
}
a:hover {
	text-decoration: underline;
	color: #0085CA;
}
a:active {
	text-decoration: none;
	color: #0085CA;
}

a.BlackLink:link {
	color: #000000;
	text-decoration: none;
}
a.BlackLink:visited {
	text-decoration: none;
	color: #000000;
}
a.BlackLink:hover {
	text-decoration: underline;
	color: #000000;
}
a.BlackLink:active{
	text-decoration: none;
	color: #666666;
}

a.GreyLink:link {
	color: #333333;
	text-decoration: none;
}
a.GreyLink:visited {
	text-decoration: none;
	color: #333333;
}
a.GreyLink:hover {
	text-decoration: underline;
	color: #0085CA;
}
a.GreyLink:active{
	text-decoration: none;
	color: #0085CA;
}

.copyright {	color: #333333;
	font-size: 10px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #999999;
}
