@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
}
body,td,th {
	color: #FFF;
	font-size: 12px;
}
* {
font-family:arial;
font-size:10pt;
}
#border {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 700px;
}
#border .footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.vortexlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #999;
}
.vortexlink a:link, .vortexlink a:visited, .vortexlink a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #999;
}
.vortexlink a:hover  {
	text-decoration:underline;
}
.footer a:link, .footer a:visited, .footer a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #FFF;
}
.footer a:hover  {
	text-decoration:underline;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.downloadsBBox {
	height: 500px;
	overflow-y: scroll;
}