html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

p {
margin: 0px;
}

body 
{ 
	color: #B8FFFF; 
	font-family: Verdana, Tahoma, Arial, serif; 
	font-size: 11px; 
	background-color: #0A0B0B;
	text-align: left;
	margin: 0px;
}

.smallerText {
	font-size: 10px;
	margin: 0px;
}

.largerText {
	font-size: 16px;
	margin: 0px;
}

.noUnderline {
	text-decoration: none;

}

.noUnderline a:link {
	text-decoration: none;
}
.noUnderline a:visited {
	text-decoration: none;
}
.noUnderline a:hover {
	text-decoration: underline;
}
.noUnderline a:active {
	text-decoration: none;
}

.input-box
{
color: #B8FFFF;
background: #183340;
border: #3C7589 solid 1px
}

A.toplink:link { text-decoration: underline; color: #B8FFFF; font-size: 75% }
A.toplink:visited { text-decoration: underline; color: #B8FFFF; font-size: 75% }
A.toplink:active { text-decoration: underline; color: #B8FFFF; font-size: 75% }
A.toplink:hover { text-decoration: underline; color: #FFFFFF; font-size: 75% }

A:link { text-decoration: underline; color: #B8FFFF; }
A:visited { text-decoration: underline; color: #B8FFFF; }
A:active { text-decoration: underline; color: #B8FFFF; }
A:hover { text-decoration: underline; color: #FFFFFF; }

input
{
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #183042;
 color: #B8FFFF; 
 margin-left: 12px;
 margin-top: 3px;
 margin-bottom: 2px;
}

select
{
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #183042;
 color: #B8FFFF; 
 margin-left: 12px;
 margin-top: 3px;
 margin-bottom: 2px;
}

textarea
{
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #183042;
 color: #B8FFFF; 
 margin-left: 12px;
 margin-top: 3px;
 margin-bottom: 2px;
}

table.bet
{
	font-size: 11px;
	padding: 3;
}

th.bet
{
	background-color: #264E6A;
	border-width: 1px;
	border-style: solid;
	border-color: #5A8E9C;
	font-weight: bold;
	text-align: center;
}

td.bet
{
	background-color: #183042;
	border-width: 1px;
	border-style: dotted;
	border-color: #5A8E9C;
}

table.betr
{
	font-size: 11px;
	padding: 3;
}

th.betr
{
	background-color: #2A2A2A;
	border-width: 1px;
	border-style: solid;
	border-color: #5A8E9C;;
	font-weight: bold;
	text-align: center;
}

td.betr
{
	background-color: #183042;
	border-width: 1px;
	border-style: dotted;
	border-color: #5A8E9C;

}