body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index05.gif);
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #940014;
	font-size: 9px;
}

.text2 {
	color: #CECECE;
	font-size: 9px;
}

.text3 {
	color: #860012;
	font-size: 9px;
}

a {
	color: #CECECE;
}

a:hover {
	text-decoration: none;
	text-align: center;
	color: #A32536;
}

a.link1 {
	color: #860012;
	font-size: 9px;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

.bg1 {
    background-image: url(images/index02.gif);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(images/index04.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

.bg3 {
    background-image: url(images/index06.gif);
    background-position: right top;
    background-repeat: repeat-y;
}

.bg4 {
    background-image: url(images/index07.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	text-align: left;
}

.style1 a {
	color: #860012;
	text-decoration:underline;
}

.style1 a:hover {
	text-decoration:none;
}

.style2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.style2 a {
	color: #FFFFFF;
	text-decoration:none;
}

.style2 a:hover {
	text-decoration:underline;
}

/* ADDED FOR Listings */

.listAgency {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
}
p.countyName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
}
td.countyName {
	padding: 10px;
	background: #860d10;
}
.listDetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.listHeads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight:bold;
}
td.listBtm {
	border-top: 2px solid #860d10;
	border-left: 2px solid #860d10;
	border-right: 2px solid #860d10;
	border-bottom: 2px solid #860d10;
	padding:10px;
	background: #FFFFFF;
}
td.listMid {
	border-left: 2px solid #860d10;
	border-right: 2px solid #860d10;
	padding: 5px;
	background: #FFFFFF;
}
td.listTop {
	border-top: 2px solid #860d10;
	border-left: 2px solid #860d10;
	border-right: 2px solid #860d10;
	border-bottom: 2px solid #860d10;
	padding: 10px;
	background: #860d10;
}
h3 {
	font-family: "Adobe Garamond Pro", Garamond, "Garamond Premr Pro", AGaramond, "Times New Roman";
}
p.countyHead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	font-weight: bold;
}