body {
	font-family: "宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url();
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
.bg_grey {
	background-color: #eaeaea;
	text-align: center;
	font-weight: normal;
	color: #333333;
}
.bg_white {
	background-color: #FFFFFF;
}
a {
	color: #3a3a3a;
	text-decoration: none;
}
a:hover{
	color: #13409b;
	text-decoration: none;
} 
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 20px;
}
#gonggao_content {
	width: 290px;
	font-weight: normal;
	color: #333333;
}
#gonggao_content ul {
	width: 243px;
}
#gonggao_content li {
	display: block;
	overflow: hidden;
	height: 20px;
	width: 290px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
body,td,th {
	font-size: 12px;
}