body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 12px;
}

a {outline: none;}
a:link {color: #CC9966;}
a:visited {color: #CC9966;}
a:hover {color: #CC9966;}
a:active {color: #FFCC00;}

.indexText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	line-height: 1.4em;
}

.ListText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}
.boldRegText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.rustHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9B4E00;
}
.orangeText {
	font-size: 11px;
	font-weight: bold;
	padding-left: 3em;
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	margin-left: 11px;
	text-indent: -1em;
	padding-left: 2em;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.3em;
}

