body{
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #999999;
}

.fd {color: #000000}
.fg {color: #BBBBBB}
.fr {color: #AC2F0B}
.fw {color: #FFFFFF}

.f13 {font-size: 13px}
.f15 {font-size: 15px}
.f18 {font-size: 18px; font-weight: bold}
.f20 {font-size: 20px; font-weight: bold}
.f24 {font-size: 24px; font-weight: bold}

.st {font-family: "宋体"}
.kt {font-family: "楷体_GB2312"}
.time {font-family: "Times New Roman", Times, serif;}

.left {float: left}
.right {float: right}

a:link{color: #000000; text-decoration: none}
a:visited{color: #000000; text-decoration: none}
a:hover{color: #FF0000; text-decoration: none}



/*页眉*/

#header{
	width: 800px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../image/header.gif);
}

#header dl{
	width: 640px;
	margin: 0;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header dt{
	display: block;
	margin: 0;
	padding-left: 7px;
	padding-right: 7px;
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background-color: #F5F5F5;
}



/*主体*/

#middle{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/middle.gif);
	background-color: #FFFFFF;
	text-align: center;
}



/*索引页*/

.list{
	width: 640px;
	height:107px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	margin-bottom: 15px;
	list-style-type: none;
	background-color: #F5F5F5;
}

.list dl{
	margin: 0px;
	padding: 7px;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}

.list dt{
	margin-bottom: 5px;
	font-weight: bold;
}

.list img{
	float: left;
	margin-right: 14px;
}

.list a:link{color: #AC2F0B; text-decoration: none}
.list a:visited{color: #AC2F0B; text-decoration: none}
.list a:hover{color: #FF0000; text-decoration: none}



/*内容页*/

#intro{
	width: 620px;
	height:160px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#intro td{vertical-align: top}

#intro td.td1{
	width: 150px;
	text-align: left;
}

#intro td.td2{
	width: 470px;
	height: 60px;
	text-align: center;
	color: #AC2F0B;
	font-size: 24px;
	font-weight: bold;
}

#intro td.td3{
	text-align: justify;
	color: #000000;
	font-size: 15px;
	line-height: 25px;
}

.space{height: 20px}

.title{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #AC2F0B;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	background-color: #F5F5F5;
	letter-spacing: 2px;
}

.text{
	width: 640px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}

.text a:link{color: #AC2F0B; text-decoration: none}
.text a:visited{color: #AC2F0B; text-decoration: none}
.text a:hover{color: #FF0000; text-decoration: none}

.text p{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text ol{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.text td{
	background-color: #F5F5F5;
	padding: 5px;
	border: 1px solid white;
	font-size: 13px;
}

.ml{
	margin-top: 15px;
	margin-bottom: 15px;
}

.ml ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.ml li{
	margin: 0px;
	display: block;
	background-color: #F5F5F5;
	border: 1px solid #FFFFFF;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.ml a:link{color: #000000; text-decoration: none}
.ml a:visited{color: #000000; text-decoration: none}
.ml a:hover{color: #FF0000; text-decoration: none}


/*页脚*/

#footer{
	width: 800px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/footer.gif);
}

#return{
	width: 300px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
}