@charset "gb2312";
body {
	margin: 0px;
	font-size: 12px;
	line-height: 25px;
	color: #313131;
	text-align: center;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link{
	font-size: 12px;
	color: #303231;
	text-decoration: none;
}a:visited {
	font-size: 12px;
	color: #303231;
	text-decoration: none;
}
a:hover {

	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.nav:link{
	font-size: 14px;
	color: #FFF;
}
a.nav:visited {
	font-size: 14px;
	color: #FFF;
}
a.nav:hover {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
.xiabian {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}
