@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* for IE */
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #333333;
}
.copyHighlight {
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #333333;
}
h4 {
	font-size: 10px;
	color: #333333;
}
h5 {
	color: #333333;
}
h6 {
	color: #333333;
}
input, select{
background-color:#000000;
border-color:#333333;
border-width:1px;
border-style:solid;
color:#333333;
font-family: Helvetica, sans-serif;
font-size: 12px;
}
.headerwrapper{
	width: 920px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}
.contentwrapper{
width: 700px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
}
.livetablewrapper {
	width: 920px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

