body{
	font-size: 12px;
	margin:0px;
	background-color: #FFFFFF;
}
a{
	color: #000000;
	text-decoration: none;
}
.flash {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}

table{
	font-size: 12px;
	border-collapse:collapse /* 所有表格默认无边框和边距 */
}
.dh td{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8b8b8b;
	border-left-color: #FFFFFF;
	width: auto;
}


.I-top1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	background-image: url(../images/bj-dh1.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
