@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	margin:5px auto;
	text-align:center;
	background-color:#FFF;
	font-size:12px;
	color:#111;
}
body,th,td,a,input,select,textarea{
	line-height:180%;
	font-family:Arial, Helvetica, sans-serif, Tahoma, Verdana, '宋体';
}
select {height:19px;line-height:19px;font-size:12px;}
ul,li,dl {list-style-type:none;list-style-position:outside;}
img {border:0;}
hr {height:1px;color:#CCC;}
sup{color:#FF0;padding-left:3px;}

a:link,a:visited{
	color:#036;
	text-decoration:none;
}
a:active,a:hover{
	color:#F00;
	text-decoration:underline;
}
a.red:{
	color:#111;
	text-decoration:underline;
}

/*Rules for DIV.Head*/
#Head{
	width:993px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
}
	#Head #Top{
		background:#FFF;
		height:75px;
	}
		#Head #Top #Logo{
			float:left;
		}
		#Head #Top #Banner{
			float:right;
			background:url(../images/banner.jpg) 0 0 no-repeat;
			width:813px;
			height:75px;
		}
	#Head #Menu{
		height:30px;
		background:#3E6680 url(../images/menu_bg.jpg) 0 0 repeat-x;
		color:#FFF;
	}
		#Head #Menu ul{
			list-style:none;
			margin:0px auto 0px 15px;
		}
			#Head #Menu li{
				float:left;
				text-align:center;
			}
			#Head #Menu li.Line{
				background:url(../images/menu_line.jpg) 0 0 no-repeat;
				width:2px;
				height:30px;
			}
			#Head #Menu li a{
				line-height:30px;
				padding:8px 26px 0 26px;
				padding-bottom:7px;*padding-bottom:10px !important;*padding-bottom:10px;
				font-size:12px;
				letter-spacing:0.1mm;
			}
			#Head #Menu li a:link, #Head #Menu li a:visited{
			    color:#FFF;
				text-decoration:none;
			}
			#Head #Menu li a:hover, #Head #Menu li a:active{
				background-color:#284151;
			}
			#Head #Menu li a.Current:link, #Head #Menu li a.Current:visited{
				background:#111 url(../images/menu_current_bg.jpg) 0 0 repeat-x;
				color:#FFF;
			}
		#Head #Menu #ServerTime{
			line-height:30px;
			text-align:right;
			padding:0 20px 0 0;
			font-size:10px;
			font-family:Verdana;
		}

.input{
	height:18px;
	border:1px solid #206D49;
	background-color:#FEFEFE;
}
.submit{
	height:20px;
	border:1px solid #206D49;
	background-color:#FFFFFF;
	padding:0px 8px 0 8px;
	cursor:hand;
	background:url(../images/submit_bg.jpg) 0 0 repeat-x;
	color:#FFFFFF;
}

/*Rules for DIV.Foot*/
#Foot{
	clear:both;
	width:993px;
	margin:0 auto;
	height:60px;
	background:#000;
	color:#FFF;
}
	#Foot .LeftBG{
		float:left;
		width:16px;
		height:100%;
		background:url(../images/foot_left_bg.jpg) no-repeat 0 bottom;
	}
	#Foot .RightBG{
		float:right;
		width:16px;
		height:100%;
		background:url(../images/foot_right_bg.jpg) no-repeat 0 bottom;
	}
	#Foot .Mid {
		float:left;
		width:961px;
		color:#FFF;
		text-align:center;
	}
	#Foot #Links {
		padding:6px 0 0;
	}
		#Foot #Links ul {
			display:block;
		}
		#Foot #Links ul li {
			display:inline;
		}
		#Foot #Links ul li a {
			background:transparent url(../images/foot_links.gif) right 7px no-repeat;
			padding-right:16px;
			margin:0 10px 0 0;
		}
		#Foot #Links ul li a:link, #Foot #Links ul li a:visited{
			color:#FFF;
			text-decoration:underline;
		}
		#Foot #Links ul li a:hover, #Foot #Links ul li a:active{
			color:#F00;
		}
		#Foot #Links ul li.Last a {
			background:none;
		}

	#Foot #Copyright{
		padding:3px 0 0;
		color:#CCC;
	}
		#Foot #Copyright a:link, #Foot #Copyright a:visited{
			color:#CCC;
			text-decoration:none;
		}
		#Foot #Copyright a:hover, #Foot #Copyright a:active{
			color:#F00;
			text-decoration:underline;
		}


.Title{
	clear:both;
	height:18px;
	line-height:18px;
	background:#111;
	color:#EEE;
	text-align:center;
	letter-spacing:1px;
}

.More{
	float:right;
	padding:3px 0 0 20px;
	background:url(../../images/fw.gif) no-repeat 0 6px;
}

.Clear{clear:both;}
.Hidden{display:none;}
.f14{font-size:14px;}
.red{color:red;}

.space1{height:1px;clear:both;overflow:hidden;}
.space2{height:2px;clear:both;overflow:hidden;}
.space3{height:3px;clear:both;overflow:hidden;}
.space4{height:4px;clear:both;overflow:hidden;}
.space5{height:5px;clear:both;overflow:hidden;}
