table.tblgrid {
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	border-collapse: collapse;
}
table.tblgrid td {
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
	color : #626366;
}
table.tblcounty {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
}
table.tblcounty td {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
	font-style: italic;	
	color : #000000;
}
.tbldesc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-style: italic;
	font-weight : normal;
	color : #000000;
}
.tblgridtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
	color : #626366;
}
.tblgridtitle:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
	font-weight : bold;
	color : #000000;
}
