body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
a:link {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}
.footer1 {
	color: #666666;
}
.drk_grey_link {
	color: #666666;
	text-decoration: none;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	text-decoration: underline;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


