@charset "utf-8";
/* CSS Document */
body {
	background-color:#D2E6F1;
	margin:0;
	padding:0px;
	font-size:12px;
}
.mainframe {
	width:960px;
	margin:0 auto;
	height:auto;
	background-color:#FFF;
}
.mainframe .header {
	background:url(/images1003/header_bg.jpg) repeat-x;
	height:89px;
}
.header .logo {
	background:url(/images1003/logo.jpg) no-repeat center left;
	height:89px;
	width:910px;
	margin:0 auto;
}
.header .right {
	margin-left:408px;
	margin-top:12px;
}
.header .right li {
	height:26px;
	line-height:26px;
	background:url(/images1003/icon4.gif) no-repeat center left;
	float:left;
	width:210px;
	text-indent:14px;
}
.header .addpage {
	text-align:right;
	height:20px;
	line-height:20px;
}
.header .addpage a {
	color:#000;
	margin:0px 4px;
}
.mainframe .link {
	height:24px;
	border-bottom:#EDF5FF 2px solid;
	border-top:1px solid #EEF5FB;
	clear:both;
	margin-top:4px;
	margin-bottom:4px;
}
.link .link_txt {
	height:20px;
	line-height:20px;
}
.link_txt a {
	color:#000;
	margin:0px 6px;
}

