body {
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:22px;

}
a.new:link {
	font-size: 16px;
	color: #000000;
	font-family: "黑体";
	text-decoration: none;
	font-style: normal;
}
.tit {
	font-family: "黑体";
	font-size: 16px;
}

.tit2 {
	font-family: "黑体";
	font-size: 16px;
	color: #ffffff;
}



a.new:visited {
	font-size: 16px;
	color: #000000;
	font-family: "黑体";
	text-decoration: none;
}
a.new:hover {
	font-size: 16px;
	color: #FF0000;
	font-family: "黑体";
	text-decoration: none;
}
a.new:active
{
	font-size: 16px;
	color: #FF0000;
	font-family: "黑体";
	text-decoration: none;
}
.hui {
	font-size: 24pt;
	color: #d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
}
.huju {
	font-size: 12px;
	line-height: 25px;
}



a.new1:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.new1:hover {
	font-size: 12px;
	color: #ffff00;
	text-decoration: none;
}
a.new1:active
{
	font-size: 12px;
	color: #ffff00;
	text-decoration: none;
}
a.new1:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
}
/*设置表格下边边框*/
.table_td_bottom td{
border-bottom:1px #ccc dashed;
padding:5px 5px;
}
/*设置表格左边边框*/
.table_td_left td{
border-left:1px #333333 dashed;
padding:0 20px;
}
/*设置表格中图片边框*/
.table_img_border img{
padding:2px;
border:1px #CCC solid;
}
.tab{
border-collapse:collapse;
	}