h2, legend { color: #00f; margin-bottom: 0.5em; font-size: 28pt; } 
#yellowbackground 	{ background: #ffffea; } 
#bluegraybackground	{ background: #e5eaf5; } 


table.data {
	background-color:#ffffdc;  
	border:4px double #00a500;  
	border: collapse;
	width: 90%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}


.CountyStyle {
	font-size: 22px;		
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url(usm.gif);
	color: #003399;
	font-family: "Arial";
}

.PopItemStyle {
	font-size: 22px;		
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url(dsmh.gif);
	color: #003399;
	font-family: "Arial";
}

.ItemStyle {
	font-family: "Arial";
	font-size: 22px;	
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url(usm.gif);
	color: #003399;
}

body {
	background-color: #EAEAEA;
}
A:link {
	color: #003399;
	text-decoration: underline;
}
A:visited {
	color: #002B84;
	text-decoration: underline;
}
A:hover {
	font-style: italic;
	color: #CC0000;
	text-decoration: underline;
}

div.footer {
	font-size: 12.0pt;		
	vertical-align: middle;
	color: #003399;
	font-family: verdana,arial,serif;
}


