@charset "utf-8";
/* CSS Document */

.table-bg {
	background-color:#eee;
	margin:10px 0 20px 0;
}
.table-bg th {
	height:40px;
	text-align:center;
	font:16px/40px "微软雅黑";
	color:#21466e;
	background-color:#b0cfcf;
}
.table-bg td {
	background-color:#fff;
	height:35px;
	font:14px/35px "微软雅黑";
	color:#333;
	text-align:center;
}
.table-bg td.cor {
	background-color:#f8f8f8;
}
.table-bg td.bt {
	text-align:left;
	padding-left:15px;
}
.table-bg td a {
	margin-top:10px;
}