@charset "ISO-8859-1";

body {
	background-color: #000000;
}
a:link {
	color: #9F7F20;
	text-decoration: none;
}
a:visited {
	color: #9F7F20;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.caps_text {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 14px;
	color: #9F7F20;
}
a:active {
	color: #9F7F20;
}

.tiny_text {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	color: #9F7F20;
}
.goldtext {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #9F7F20;
}

.tinygoldtext {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	color: #9F7F20;
}