body  {
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	margin: 0px;
}
.titlse {
	font-size: 14px;
	font-weight: bold;
	color: #1669D1;
}
.text {
	font-size: 13px;
	line-height: 18px;
}
td {
	font-size: 12px;
	 
}
/*-------------单元格带下划细红线样式-------------*/
.TitleTD1 {
	border-bottom: 1px solid Red;
	height: 25px;
}