@charset "utf-8";
/* CSS Document */
body{
	background: #000000 url(../img/body_bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS,Arial,Verdana,Times New Roman,Tahoma
}
a{
	color: #0099CC;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.red {
	color: #0099CC;
}

.B-red{
	color: #0099CC;
	font-weight: bold;
}

#main{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: #24516b;

}
#left_bar {
	float: left;
}
.banner {
	float: left;
	margin: 0px;
	padding: 0px;;
}
#right_col {
	background: #FFFFFF;
	margin: 0px 0px 15px 6px;
	padding: 0px;
	float: left;
	width: 764px;
}
.powerBy img {
	float: right;
	margin-bottom: 15px;
}

#main_col {
	background: #FFFFFF;
	margin: 0px auto 8px;
	padding: 0px;
	width: 960px;
	font-size: 13px;
}
.clearBoth{
clear:both;
height:1px;}
.data_table {
	float: left;
	width: 730px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 13px;
}
.note {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
ol {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}
li {
	margin-top: 5px;

}


#footer {
	color: #FFFFFF!important;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	line-height: 30px;
}
#footer a{
	color: #FFFFFF!important;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.faq ,.faq a{
	color:#0066CC;
	text-decoration: none;
}
.faq ul, .faq p {
color:#000000;
}
.sys_ul {
	margin-left: 0px;
	padding-left: 20px;
}

