@charset "gb2312";
/* CSS Document */
html, form, body
{
	margin:0px;
	padding:0px;
	width:100%; height:100%;
	background-image: url(images/topBG.gif);
	background-repeat: repeat-x;
	background-color:#f0f0f0;
	font-size:13px;
}
h1 {
	font-size:18px;
}
.header{
	height:35px;
	width:100%;
	text-align:center;
}
.header .title{
	float:left;
}

.header .title a{
	width:115px;
	height:35px;
	display:block;
	font-size:0px;
	text-indent:-300px;
	overflow:hidden;
}
.header .zp{
	float:left;
	margin-left:5px;
}
.header .zp a{
	width:110px;
	height:35px;
	font-size:0px;
	display:block;
	text-indent:-200px;
	overflow:hidden;
}
.header .gif{
	float:left;
	margin-left:17px;
}
.header .gif a{
	width:110px;
	height:35px;
	font-size:0px;
	display:block;
	text-indent:-200px;
	overflow:hidden;
}
.header .ps{
	float:left;
	margin-left:17px;
}
.header .ps a{
	width:110px;
	height:35px;
	font-size:0px;
	display:block;
	text-indent:-200px;
	overflow:hidden;
}
.header .ex{
	float:left;
	margin-left:17px;
}
.header .ex a{
	width:110px;
	height:35px;
	font-size:0px;
	display:block;
	text-indent:-200px;
	overflow:hidden;
}
.header .other{
	width:380px;
	height:17px;
	font-size:12px;
	text-align:left;
	float:right;
	margin-top:1px;
	margin-right:5px;
}
.header .other a{
	width:110px;
	height:35px;
	font-size:12px;
	color:#999999;
	text-decoration: none;
	line-height: 17px;
}
.header .other a link{
	color:#999999;
}

.footer {
	background-color:#CCCCCC;
	padding:5px;
	text-align:center;
	height:35px;
	font-size:12px;
	line-height: 20px;
}
.otherContent
{
	padding:40px;
	font-size:13px;
}
.contentTitle
{
	background-color:#e1e1e1;
	font-size:18px;
	padding:10px;
	font-family: "ËÎÌå";
	font-weight: bold;
}
.contentText 
{
	font-size:13px;
	
}
