@charset "utf-8";
/*全局元素*/
body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, "宋体";
	text-align:center;
}
form {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
}
p {
	margin:10px 0 10px 0;
	padding:0;
	line-height:1.2;
	text-align:left;
}
div {
	margin:auto;
	text-align:left;
	font-size:12px;
}
hr {
	border-bottom:0;
}
textarea {
	font-size:12px;
}
a {
	color:#003366;
	text-decoration:none;
}
a:hover {
	color:#003366;
	text-decoration:underline;
}

.aL {
	text-align:left;
}
.aC {
	text-align:center;
}
.aR {
	text-align:right;
}

/*Top*/
#topBox {
	clear:both;
	width:778px;
	margin-top:5px;
}
#logo {
	float:left;
	width:140px;
	padding-left:5px;
}
#topMain {
	float:right;
	width:610px;
}
#topMenu {
	position:relative;
	clear:both;
	text-align:right;
	border-bottom:#cae1f0 1px solid;
	padding-bottom:3px;
}
#topMenu a {
	margin-left:4px;
}
#zTitle {
	position:relative;
	clear:both;
	text-align:left;
	padding-top:5px;
	vertical-align:middle;
	font-size:20px;
	color:#233774;
	font-weight:bold;
}

/*Bottom*/
#bottomBox {
	clear:both;
	width:778px;
	margin-top:10px;
}
#bottomBox a {
	color: #233774;
}
#sysInfo {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
}

#mainBox {
	clear:both;
	width:778px;	
	margin:auto;
	margin-top:15px;
}

