body{
	background-color:#FFFFFF;
}
#check_form{
	width:700px;
	background-color:#FFFFFF;
	border: 1px solid #EAE6DD;
	border-collapse:collapse;
	empty-cells:show;
	color:#454545;
	text-align: left;
	font-size:9pt;
}

#check_form th{
	width:220px;
	padding:10px;
	color:#249A16;
	background-color:#F5F5F5;
	border: 1px solid #CCCCCC;
}
#check_form td{
	padding:10px;
	border: 1px solid #CCCCCC;
}

#check_form .title th{
	background-color: #297820;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#check_form .title td{
	background-color: #297820;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}


