html, body {
	font: 10pt Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #FFF url(/images/bg_tile.gif) repeat-x scroll left top;
}
h1 {
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0px;
	margin-left: 9px;
}
h2 {
	font-size: 14pt;
	color: #06C;
}
h3 {
	color: #06C;
	margin-bottom: 6px;
}

.lftCounties {
	font: 8pt Verdana, Helvetica, sans-serif;
}
.lftCounties ul {
	text-align: left;
}
.lftCounties li {
	font-size: 7pt;
	list-style: url(none) none;
	margin-left: -12px;
}
.red {
	color: #F00;
}
.white {
	color:#FFF;
}
.smaller  {
	font-size:smaller;
}
.special {
	border: 4px double #06C;
	margin: 0px;
	padding: 3px;
}
.center {
	text-align: center;
}
