body,html{
	background-color: #000000;
}
body,html,table,td{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #747474;
}
select,input,textarea{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}
a:link, a:visited, a:active{
	color: #a7d303;
	text-decoration: none;
}
a:hover{
	color: #a7d303;
	text-decoration: underline;
}
.main_table{
	width: 800px;
}
.top{
	width: 100%;
	height: 20px;
	height: 127px;
	background-image: url('images/top_bg.gif');
}
.top_navigation{
	height: 25px;
	background-image: url('images/top_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.top_navigation a:link, .top_navigation a:visited, .top_navigation a:active, .top_navigation a:hover{
	text-decoration: none;
	color: #747474;
}
.select_holder{
	height: 100%;
	vertical-align: bottom;
}
.select_box{
	height: 52px;
	background-image: url('images/select_bg.gif');
}
.select_box td{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
.navigation{
	width: 800px;
	height: 43px;
	background-image: url('images/nav_bg.gif');
}
.bookmark{
	width: 165px;
	padding-top: 11px;
	vertical-align: top;
	text-align: center;
}
.m_header {
	width: 800px;
}
.buttons{
	width: 796px;
}
.button{
	vertical-align: bottom;
}
.nav_spacer{
	width: 100%;
	height: 10px;
	background-image: url('images/nav_spacer_bg.gif');
	background-repeat: repeat-x;
}
.menu_holder{
	width: 227px;
	vertical-align: top;
}
.middle{
	vertical-align: top;
	padding: 0px 15px 0px 15px;
}
.menu{
	width: 226px;
	background-color: #2b2b2b;
}
.menu_text{
	color: #bdbcbc;
	padding: 0px 10px 10px 10px;
}
.menu_text td{
	color: #bdbcbc;
}
.menu_text ul{
	margin: 0px 0px 0px 8px;
	padding: 0px;
	list-style: none;
}
.menu_text li{
	padding-left: 10px;
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left;
}
.welcome{
	width: 100%;
	background-color: #eeeeee;
}
.welcome_top{
	width: 100%;
	height: 32px;
	background-image: url('images/welcome_top_bg.gif');
	background-repeat: repeat-x;
}
.welcome_main{
	background-image: url('images/welcome_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
.welcome_content{
	padding: 19px 21px 19px 21px;
}
.welcome_spacer{
	width: 100%;
	height: 2px;
	background-image: url('images/welcome_spacer.gif');
	background-repeat: repeat-x;
}
.game_content td{
	color: #000000;
	padding: 5px 10px 5px 10px;
}
.game_content a{
	color: #000000;
	font-weight: bold;
}
.box{
	width: 600px;
	background-color: #fefefe;
}
.box_top{
	width: 100%;
	height: 34px;
	color: #ffffff;
	background-image: url('images/box_top_bg.gif');
	background-repeat: repeat-x;
}
.box_main{
	background-image: url('images/box_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
.box_top a{
	color: #ffffff;
}
.game_bg{
	background-image: url('images/game_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
.pad_box{
	width: 50%;
	padding: 10px 5px 10px 10px;
	vertical-align: top;
	background-color: #e2e1e1;
}
spacer {
	width: 800px;
}
.pad_box td{
	font-size: 10px;
}
.pad_box a{
	font-size: 11px;
}
.image_box{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #99c803;
}
.bottom{
	width: 100%;
	height: 33px;
	background-image: url('images/bottom_bg.gif');
	background-repeat: repeat-x;
}
.grey_link a:link, .grey_link a:visited, .grey_link a:active{
	color: #bdbcbc;
	text-decoration: underline;
}
.grey_link a:hover{
	color: #bdbcbc;
	text-decoration: none;
}
.green{
	color: #9ccf01;
	font-weight: bold;
}
.full_width{
	width: 100%;
}