#DataList1 {
	display: none;
}
#DataGrid1 {
	width: auto;
}
#DataGrid1 TD {
	padding: 5px;
}
.FieldHeader {
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	background-color: white;
}
.FieldData {
	font-weight: bold;
	font-size: 7pt;
	color: white;
	font-family: Tahoma;
	background-color: black;
}
.FieldLabelODD {
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	background-color: #cccccc
}
.FieldLabelEVEN {
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	background-color: white
}
.FieldFooter {
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	background-color: white
}
