/* CSS Document */
a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	color: #000000;
}

a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	color: #000000;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:underline;
	color: #CC0000;
}

a.nav:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	color: #000000;
	background-color:#CCCCCC;
	display:block;
}

a.nav:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	font-weight: bold;
	color: #000000;
	background-color:#CCCCCC;
	display:block;
}

a.nav:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:underline;
	color: #CC0000;
	background-color:#FFFFCC;
	display:block;
}

body {
	margin:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#000033;
}
body.stripe{
	margin:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#000033;
	background-image:url(images/white_strite.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.bodyText {
	font-family:Tahoma,Verdana,sans-serif;
	font-size:12px;
}
.bodyTextRed {
	font-family:Tahoma,Verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF3333;
}
.footerText{
	color:#CCCCCC;
	font-family:Tahoma,Verdana,sans-serif;
	font-size:10px;
}

h1 {
	font:"Andale Mono",Verdana,Tahoma,Helvetica,sans-serif;
	color:#030000;
	font-size:18px;
}
p {
	font-family:Tahoma,Verdana,sans-serif;
	font-size:12px;
}
#spheres {
	margin:15px auto;
	clear:both;
	width:150px;
	font-size:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#spheres a:link, #spheres a:active, #spheres a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#spheres a:hover {
	color:#FF3300;
}