@charset "utf-8";
/* CSS Document */
body {
	width:1000px;
	margin:auto;
}
.nav {
	height:40px;
	line-height:40px;
}
.nav_item {
	height:40px;
	width:94px;
	text-align:center;
	float:left;
}
.nav_item a {
	text-decoration:none;
	font-family:"微软雅黑", "宋体";
	font-size:16px;
	color:#000000;
}

.nav_item a:hover {
	text-decoration:underline;
	font-family:"微软雅黑", "宋体";
	font-size:16px;
	color:#ff0000;
}



/* ------------------------------------------------------------------- */
h2 {
	height:40px;
	width:100%;
	background-color:#6896E1;
	font:18px bold "黑体", "华文细黑", "微软雅黑", "宋体";
	/*	float:left;*/
	color:#ffffff !important;
	line-height:40px;
	text-indent:10px;
}
h2 a {
	color:#ffffff !important;
	text-decoration:none;
	height:40px;
	width:100%;
	display:block;
}
h2 a:hover {
	background:url(image/h2_bg_long.gif) no-repeat;
	height:40px;
	color:#FF5 !important;
	width:100%;
	display:block;
}
ul {
	font:16px bold "黑体", "华文细黑", "微软雅黑", "宋体";
}