@charset "utf-8";
/* CSS Document */
body
{
	background-color:#000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	color:#CCCCCC;
	margin-top: -26px;
	margin-left: 0px;
}
a img { border: none; }
h1 { text-indent: -9999px; position: absolute; }
#mainsite {}
div#search{
	position: absolute;
	font-size:xx-small;	
	width: 780px;
	color: #050505;
}

a:link { color:#FFF; }
a:visited {color:#FFF; }
a:hover { color:#0F0; }

.table { 
	text-align: center; 
	width: 780px; 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color:#CCCCCC;
	}
td { font-family:Arial, Verdana, Helvetica, sans-serif;	font-size: small; }
#right { text-align: right; }
#left { text-align: left; }
#splashPg
{
	width: 100%;
	padding: 15px;
}
#splashPg h2 { border-bottom: 2px solid white;}
#splashPg a:link { color: #06F;}
#splashPg a:visited { color: #0CF; }
#splashPg a:hover { color: #090; }

form{
	margin: 50px 15px 15px 15px;
	background-color:#CCC;
}
fieldset{
	color: #333;
	background-color: #FFFFFF;	
	margin-left: 10px;
	margin-right: 10px;
}
.error{
	color: #F60;
	font-weight: bold;
	font-size: 110%;
}
