@CHARSET "UTF-8";

.cell_head {
	font-weight: bold;
	font-size: 120%;
	color: black;	
	padding: 2px;	
	min-height: 40px;
	border-bottom: solid 2px black;
}
.cell_head_detail {
	font-weight: bold;
	font-size: 120%;
	color: black;	
	padding: 2px;	
	min-height: 40px;
	border-bottom: solid 1px black;
}

.cell_body {
	padding: 2px;
	border-bottom: solid 1px black;	
}

.back1{
	background-color: #F3F4F6;
}
.back0{
	background-color: #fff;
}
.cell_head_small {
	padding: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #E7E7E7;
	border-bottom: solid 1px #E7E7E7;
		
}
.cell_value_small {
	padding: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: solid 1px #E7E7E7;
	font-weight: bold;
	min-width: 80px;
	
}
.tableFooter{
	border-top: solid 1px black;
	
}
