.table_row1
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Sans-Serif;
	background-color: whitesmoke;
}
.table_row2
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Sans-Serif;
	background-color: #e7e7e7;
}
.table_header
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: red 1px solid;
	color: white;
	border-bottom: red 1px solid;
	font-family: Sans-Serif;
	background-color: red;
}
