body {
	background-color: #CCCC99;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #583006; 
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #583006; 
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #583006; 
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #CCCC99; 
	text-decoration: none;
}

a.menulink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F4F4F4;
	text-align: center;
	text-decoration: none;
}
a.menulink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F4F4F4;
	text-align: center;
	text-decoration: none;
}

a.menulink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F4F4F4;
	text-align: center;
	text-decoration: none;
}
a.menulink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F5F7D2;
	text-align: center;
	text-decoration: underline;
}

a.menulink_large:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
a.menulink_large:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
a.menulink_large:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
a.menulink_large:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #F3F6CE;
	text-align: center;
	text-decoration: none;
}
a.property_title_link_large:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #583006;
	text-align: center;
	text-decoration: none;
}
a.property_title_link_large:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #583006;
	text-align: center;
	text-decoration: none;
}

a.property_title_link_large:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #583006;
	text-align: center;
	text-decoration: none;
}
a.property_title_link_large:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #CCCC99;
	text-align: center;
	text-decoration: none;
}


a.property_title_link_small:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #583006;
	text-align: center;
	text-decoration: none;
}
a.property_title_link_small:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #583006;
	text-align: center;
	text-decoration: none;
}
a.property_title_link_small:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #583006;
	text-align: center;
	text-decoration: none;
}
a.property_title_link_small:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCCC99;
	text-align: center;
	text-decoration: none;
}

















.border_single_solid {
	border: 2px solid #103446;
}
.border_single_solid_sm {
	border: 1px solid #103446;
}

.Scott_Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #E0D898;
}
.scott_bold_tan {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #E0D898;
}
.scott_bold_tan_ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #E0D898;
}
.scott_text_tan_ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italics;
	font-weight: normal;
	color: #E0D898;
}
.border_thin_single_line {
	border: 1px solid #333333;
}
.border_med_single_line {
	border: 2px solid #333333;
}
.border_lg_single_line {
	border: 3px solid #333333;
}

.border_thin_bottom_solo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.border_thin_double_line {
	border-top-width: 4px;
	border-right-width: 6px;
	border-bottom-width: 4px;
	border-left-width: 6px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.Text_Property_Status {
	color: #CC0033;
	font-size: 10px;
	font-weight: bold;
}
.Text_Property_Status_Lg {
	color: #CC0033;
	font-size: 14px;
	font-weight: bold;
}
.Text_Property_Title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}
.Text_Property_Title_Lg {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
.Text_County_Designation {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 32px;
	color: #000000;
}
.Text_Property_Description {
	font-size: 11px;
	font-family: "Arial", Times, serif;
}
.Text_Property_Description_Large {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.Text_Property_Description_Ex_Large {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}




.Text_Individual_Property_Description {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.Text_Individual_Property_Description_Large {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.Text_Individual_Property_Description_Ex_Large {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.Text_Individual_Property_Title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 32px;
	color: #000000;
}
.Text_Individual_Property_Attributes {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}










.Text_Small_Black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.Text_Category_Title {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.Text_fine_print {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF6C4;
}
.color_scott_left_column {
	background-color: #8E6F49;
}
.color_menu_horiz {
	background-color: #C51820;
}

.color_lower_horiz {
	background-color: #513125;
}
.color_center {
	background-color: #E0D59A;
}
