body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #000000;

}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}.navbar {
	font-family: Impact, Tahoma, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}.navbar a:link{
	font-family: Impact, Tahoma, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}.navbar a:visited {
	font-family: Impact, Tahoma, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.navbar a:hover {
	font-family: Impact, Tahoma, sans-serif;
	font-size: 14pt;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}
.navbar a:active {
	font-family: Impact, Tahoma, sans-serif;
	font-size: 14pt;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}

a:link {
	color: #993333;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
#coin_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	line-height: 1.5em;
}
#coin_nav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	line-height: 1.5em;
}
#coin_nav a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
}
#coin_nav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
}
#coin_nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: 1.5em;
}
.payout {
	font-weight: bold;
	color: #990000;
}
#posting {
	max-width: 300px;
	/* Change 525 to the desired width value */
}

#posting {
	_width: expression(this.width > 300 ? 300: true);
	/* IE6 fix for max-width */
	/* Change both 525s to the desired width value */
}
.datebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FF0000;
}
hr {
	color: #993333;
	border: thin dotted #993333;
}
