@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
}
.dataTbl{
	margin-top:5px;
}
.dataTbl td{
	background-color:#fffdf0;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	font-size:13px;
	text-align:center;
	font-family:Arial;
	color:#333333;
}
.dataTbl .dataTit{
	text-align:left;
}
.dataTbl .q{
	background-color:#e0ded0;
}
#remark{
	float:left;
	width:794px;
	padding-top:8px;
	font-size:12px;
	color:#4f4f4f;
}