@charset "utf-8";
*{
	margin: 0; 
	padding: 0;
}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;	
	text-align: center; 
	color: #000000;
}
img{
	border: 0;
}
h2,h3{
	margin: 0;
	padding: 4px 0;
}
h1{
	font-size: 16px;
	color: #FFF;
	margin: 0;
	padding: 8px 8px 0 8px;
}
h2{
	font-size: 14.7px;
	color: #000;
}
h3{
	font-size: 14.7px;
}
h4{
	font-size: 14px;
	color: #0033CC;
	font-weight: normal;
	margin: 8px 0;
}
p{
	line-height: 150%;
}

ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a:link,
a:visited {
	color: #000080;
	text-decoration: none;
}

a:hover{
	color: #666;
}
a:active {
	color: #666;
}

#container { 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
} 
#header { 
	margin: 0;
	/*
	background: url(images/bg_header.gif) #007DAD repeat-y left top;
	*/
	background: #007DAD;
	border-bottom: 8px solid #F5F5F5;
	display: block;
	width: 100%;
}
#wrap{
	position: relative;
	visibility: inherit;

}
#sidebar {
	float: right;
	width: 200px;
	background: #F5F5F5;
	padding: 15px 10px;	
}
#sidebar h3{
	font-size: 12px;
}
#mainContent { 
	margin: 0 20px 0 0;
	padding: 20px;	
} 
#footer { 
	border-top: 1px solid #065E7E;
	margin: 10px 10px 0 10px;
	padding: 10px;
	text-align: center;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
/*layout*/
#logo{
	float: right;
	margin-top: 4px;
	padding-right: 12px;
}
#header h1{ 
	float: left;
	margin: 12px 4px;
} 
.text{
	font-size: 14px;
}
.text p{
	line-height: 180%;
	text-indent: 28px;
}
.text ul{
	margin-left: 28px;
}
.text ul li{
	line-height: 180%;
	list-style: disc;
}
.hl{
	color: #800080;
}
#aaRst{	
	background: #FFF8DC;
}
#aaRstText{	
	padding: 4px;
}
#guide{
	padding: 12px 24px;
	font-size: 14px;
	border-top: 1px dotted #065E7E;
	margin-top: 32px;
}
#guide .pre{
	float: left;
}
#guide .next{
	float: right;
}
/*table*/
.tb_1 th{
	background: #AA8BD2;
	padding: 4px;
	text-align: left;
	color: #FFFFFF;
	border-bottom: 4px solid #8F66C4;
}
.tb_1 td{
	padding: 4px;
	border-bottom: 1px dotted #8F66C4;
}
/*list*/
ul#nav li{
	margin: 0;
	padding: 0;
}
#nav a{
	padding: 4px;
	border-bottom: 1px solid #007DAD;
	display: block;
}
ul#nav  a:link, 
ul#nav  a:visited {
	color: #333333;
	text-decoration: none;
}
ul#nav  a:hover {
	background: #007DAD;
	color: #FFFFFF;
}
ul#nav  a:active {
	color: #FFA07A;
}

ul.flat li{
	display: inline;
	margin-right: 24px;
}
ul.list_1{
	margin-left: 12px;
	list-style-image: url(images/li_1.gif);
}
/*form*/
.actBox{
	text-align: center;
	padding: 8px;
}
/*tools*/
.tac{
	text-align: center;
}
.fl{
	float: left;
}
.pd_t_1{
	padding-top: 26px;
}
.mg_t_8{
	margin-top: 8px;
}
.mg_12{
	margin: 12px;
}
.noBorder{
	border: 0;
}
.fsz_9{
	font-size: 9px;
}
.fsz_14{
	font-size: 14.7px;
}
.ftc_r_1{
	color:#e60104;
}
.ftc_o_1{
	color:#ff9933;
}
.ftc_gr_1{
	color: #7e7e7e;
}
.fw_b{
	font-weight: bold;
}
.hk {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hk_bbs a {
	color:#ffaa89 !important;
}
.hk_bbs a:hover {color:#fff !important;}
.hk a:hover {
	color:#fff;
}
.hkl {
	clear:left;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

