@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	color: #222222;
	font-family: "宋体";
	text-align:center;
	background-color:#999999;
}

a:link { color: #222222; text-decoration: none; }
a:visited { color: #222222; text-decoration: none}
a:hover { color: #FF0000; text-decoration: none; }
a:active { color: #FF0000; text-decoration: none; }

h1 {
	color: #AC2F0B;
	font-size: 20px;
	font-weight:normal;
	font-family: "黑体";
	line-height: 36px;
	text-align:center;
}

.fw { color: #FFFFFF; }
.fr { color: #AC2F0B; }
.kt { font-family: "楷体_GB2312"; }

.clear { clear:both; }

.space20 {
	height: 20px;
	clear: both;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#ffffff;
}

#header,
#footer {
	width:960px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}

#topnav {
	width: 700px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #F3F3F3;
	font-size: 13px;
}
#topnav　a:link { color: #222222; text-decoration: none; }
#topnav　a:visited { color: #222222; text-decoration: none}
#topnav　a:hover { color: #FF0000; text-decoration: none; }
#topnav　a:active { color: #FF0000; text-decoration: none; }

#container {
	width: 918px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
}
.entry {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	text-justify:inter-ideograph;
}
.entry a {
	color: #004276;
}
.entry td{
	padding: 3px 8px;
	background-color: #EEEEEE;
	border:1px solid #ffffff;
}

.pagenav {
	color: #222222;
	font-size: 13px;
	font-weight:bold;
	line-height: 30px;
	text-align: center;
}
.pagenav a:link,
.pagenav a:visited {
	color: #222222;
}