@charset "utf-8";
/* CSS Document */

#entry-counties {
	background-image: url(../images/ListBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 524px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
}
.counties-bold {
	font-size: 80%;
	font-weight: bold;
	color: #79ae3a;
	line-height: 140%;
}
.counties-text {
	font-size: 85%;
	line-height: 140%;
}
.counties-text a {
	color: #79ae3a;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}
.counties-text a:hover {
	color: #79ae3a;
	text-decoration: underline;
	font-size: 100%;
	font-weight: bold;
}