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

body {
	background-color: #000000;
	color:#FFFFFF;
	background-image: url(/images/shatteredpixelsbackground3.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:$000000;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;
	overflow: auto;
/*	background-position:top;
	background-position:left;*/
}
.loading {
float:right;
}
.maintable {
	width:1020px;
	border:0px;
	cellspacing:0;
	cellpadding:0;
}
.maintable a {
	color:#3399FF;
}
.maintable a:hover {
	color:#FFFF33;
}
.maintable a:visited {
	color:#3399FF;
}

.nav {
	color: #003366;
	list-style-type: disc;
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.maintable .nav a {
	font-weight: bolder;
	color: #003366;
	text-decoration: none;
}

.maintable .nav a:hover {
	font-weight: bolder;
	color: #009999;
	text-decoration: underline;
}