@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background: #000;
	color:#FFFFFF
}
td{
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	text-align: left;
	color:FFFFFF;
	vertical-align: top;
	line-height: 20px;
}
a{
	font-size: 16px;
	color:#FFFFFF;
	outline: none;
	text-decoration: underline;
}
a:hover{
	font-size:16px;
	color: #FF0000;
	outline: none;
	text-decoration: none;
}
p{
	display: block;
	padding:5px 0 0 5px;
	margin:0
}
.space5{
	height: 5px;
}
.space10{
	height: 10px;
}
.space15{
	height: 12px;
}
.space20{
	height: 20px;
}
.space25{
	height: 25px;
}
.space53{
	height: 51px;
}
.space302{
	height: 300px;
}
.rightalign{
	text-align: right ! important;
}
.leftalign{
	text-align: left ! important;
}
.centeralign{
	text-align:center ! important;
}
.middlealign{
	vertical-align: middle ! important;
}
.bottomalign{
	vertical-align: bottom ! important;
}
.right_bttom{
	text-align: right ! important;
	vertical-align: bottom ! important;
	padding-bottom: 15px;
}
.grayline{
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	height:1px;
}
.small_text{
	font-size: 11px;
}
.larg_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFFFF;
	font-weight: normal;
	line-height: 25px;
}
table.maintable{
	width: 800px;
	height: 621px;
	float: none;
	clear: both;
	margin: 0 auto;
	background: url(../images/landing_bg.gif) left top no-repeat;
}


/*Top Link*/
table.toplink{
	width: 100%;
	height: auto;
	margin:0;
}
table.toplink td{
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	color: #231f20;
	vertical-align: middle;
	text-align: center;
}
table.toplink td a{
	font-size: 13px;
	font-weight: bold;
	color: #231f20;
	text-decoration: none;
	padding: 0px 3px 0 3px;
}
table.toplink td a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #ff6305;
	text-decoration: none;
	padding: 0px 3px 0 3px;
}
table.toplink td a.selected{
	color: #ff6305;
	color: #ff6305;
	text-decoration: none;
	padding: 0px 3px 0 3px;
}
table.toplink td a:hover.selected{
	color: #ff6305;
	color: #ff6305;
	text-decoration: none;
	padding: 0px 3px 0 3px;
}

table.content{
width: 681px;
height: auto;
float: none;
clear: both;
margin: 0 auto;
}