html, body {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

table, tr, td, th {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
}

ul {
	list-style-image:url(../graphics/images/dot.gif);
	list-style-position: inside;
	text-align: left;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 9px;
}

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

a:visited {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: underline;
	color: #999999;
}

.bold {
	font-weight: bold;
}

.box200 {
	margin: 0;
	padding: 0;
	border: 0;
	width: 200px;
}

.picks {
	list-style-image: url(../graphics/images/dot.gif);
	list-style-position: outside;
}

.win {
	list-style-image: url(../graphics/images/check.gif);
	list-style-position: outside;
}

.loss {
	text-decoration: line-through;
}

.push {
	color: #666666;
}

.even {
	margin: 0;
	padding: 0 0 5px 0;
	border: 0;
}

.data {
	font-weight: bold;
	padding: 23px 0 0 0;
}

.pad30 {
	margin: 0;
	padding: 30px 0 0 0;
	border: 0;
}

.pad150 {
	margin: 0;
	padding: 150px 0 0 0;
	border: 0;
}

.arial18 {
	font-family: "Arial Black";
	font-size: 18px;
}

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	width: 1040px;
}

#header {
	margin: 0;
	padding: 5px 0 12px 0;
	border: 0;
	width: 1040px;
	height: 150px;
	float: left;
	text-align: left;
}

#main {
	margin: 0;
	padding: 0;
	border: 0;
	width: 1040px;
	height: 589px;
	float: left;
}

#leftside{
	background-color: #000000;
	margin: 0;
	padding: 15px 0 0 0;
	border: 0;
	width: 200px;
	height: 550px;
	float: left;
}

#lifetime {
	background-color: #000000;
	margin: 0;
	padding: 15px 45px 0 45px;
	border: 0;
	width: 550px;
	float: left;
	text-align: center;
}

#contact {
	background-color: #000000;
	margin: 0;
	padding: 115px 185px 0 55px;
	border: 0;
	width: 400px;
	float: left;
}

#rightside {
	background-color: #000000;
	margin: 0;
	padding: 15px 0 0 0;
	border: 0;
	width: 200px;
	height: 550px;
	float: right;
}

.data {
	font-weight: normal;
	padding: 23px 0 0 0;
	text-align: center;
}

.data table {
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #333333;
	table-layout: fixed;
}

.data td, th {
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: #333333;
}

.rowdark {
	background-color: #131313;
}

.rowdarkbold {
	background-color: #131313;
	font-weight: bold;
}

.rowlight {
	background-color: #212121;
}

.rowlightbold {
	background-color: #212121;
	font-weight: bold;
}

.rowtotal {
	background-color: #000000;
}

#footer {
	background-color: #212121;
	margin: 0px;
	padding: 20px 0 0 0;
	border: 0px;
	width: 1040px;
	float: left;
}

.footer001 {
	font-weight: bold;
	padding: 0 0 15px 0;
}

.footer002 {
	font-size: 9px;
	font-weight: bold;
	padding: 0 0 9px 0;
}

