/*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*/

/* header: heading text */
.header { 
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",sans-serif
	font-size: 24px;
	color: #333333; font-weight: bold;}


/* table formats for notes on individual detail*/
border-width: thin;
border-spacing: 2px;
border-style: solid;
border-color: black;
border-collapse: collapse;
background-color: #eaeaea;}

table.censustab th {
border: 1px solid #777;
border-width: thin;
padding: 5px;
border-style: solid;
border-collapse: collapse;
border-color: black;
background-color: #eaeaea;
-moz-border-radius: 0px;}

table.censustab td {
border: 1px solid #777;
border-width: thin;
padding: 5px;
border-style: solid;
border-collapse: collapse;
border-color: black;
background-color: #f1f1f1;
-moz-border-radius: 0px;}