/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* For Census reports */

/* databack2: background color for data areas */
.databack2 {
	background-color: #999966;
}

.tableheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: white;
}

.normal2 {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: black;
}