.report_container {
	background-color:#fff;
	border:1px solid #ddd;
}
.report_header {
	height:80px;
	width:638px;
	background-color:#687665;
	color: #fff;
	font-family: calibri,trebuchet,tahoma,verdana,arial; font-size: 12px;
}
.record_table {
	background-color:#eee;
	width:638px;
}
.report_label {
	text-align:right;
	vertical-align: top;
	background-color:#DCD7BD;
	font-weight:bold;
	width:80px;
}
.report_content {
	border-left:1px solid #DCD7BD;
	border-bottom:1px solid #DCD7BD;
}
.report_other td {
	background-color:#f2f2f2;
	border:1px solid #ddd;
}
.report_notother td {
	border:1px solid #eee;
}
