H1{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14pt;
	color: #09124A;
	border-bottom:#BFAE73 solid 2px;
	width:95%;
}
H2{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12pt;
	color: #09124A;
}
H3{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 10pt;
	color: #09124A;
}
.fh_search_label{font-weight: bold;}
.fh_paging_link{}
.fh_title_link{font-weight: bold;}
.fh_remarks_link{text-decoration: none;}
.fh_more_link{}
.main_table{border:1px solid #09124A}
.navbar_container{padding-right: 12px; text-align: right; height: 24px;}
.navbar_link{font-weight: bold; font-family:Georgia, Helvetica, sans-serif; font-size: 10pt; text-decoration:none;}
A:link {color: #09124A;}
A:visited {color: #09124A;}
A:hover {color: #0E207F;}
A:active {color: #09124A;}
body {
	font-family:Georgia, Helvetica, sans-serif;
	font-size: 10pt;
	color:#09124A;
	margin: 0px 0px 0px 0px;
	background-color: #09124A;
}
TD, P {
	font-family:Georgia, Helvetica, sans-serif;
	font-size: 10pt;
	color:#083169;
}
.disclaimer{
	font-size: 8pt;
	font-weight: normal;
}
.main_page_table_container{
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 640px;
}
.agent_picture{
	border: 1px solid #09124A;
}
.agent_picture_with_cursor{
	border: 1px solid #09124A;
	cursor: pointer;
}
.property_picture{
	border: 2px solid #09124A;
	cursor: pointer;
}

.calc_table {border:1px solid #09124A;}
.calc_table_dark {color: #FFFFFF; font-family:Georgia, Helvetica, sans-serif; font-size:16px; text-transform: uppercase; font-weight:bold; background-color: #666666}
.calc_table_light {color: #09124A; font-family:Georgia, Helvetica, sans-serif; font-size:12px; background-color: #FFFFFF}
.calc_table_link{font-weight:bold;text-decoration:underline; font-size:14px;}
A.calc_table_link:link {color:#09124A; text-decoration:underline}
A.calc_table_link:visited {color:#09124A; text-decoration:underline}
A.calc_table_link:hover {color:#666666; text-decoration:underline}
A.calc_table_link:active {color:#09124A; text-decoration:underline}

.tablep{border:0px solid #09124A; background-color:#FFFFFF} /* Used to Style Forms on Home Value, Mortgage Calc, Prequal */
.tableq{border:0px solid #09124A; background-color:#FFFFFF} /* Used to Style 90 Day Search Form */
.tabler{border:0px solid #09124A; background-color:#FFFFFF} /* Used to Style Contact Form on AgentListingDetail.asp */
.tabler_text {color:#09124A} /*used to style the font in the Contact Form on AgentListingDetaila.asp*/


.office_link{text-decoration:none; font-weight:bold; font-style:italic; color:#BFAE73;}
A.office_link:link {text-decoration:none; font-weight:bold; font-style:italic; color:#BFAE73;}
A.office_link:visited {text-decoration:none; font-weight:bold; font-style:italic; color:#BFAE73;}
A.office_link:hover {text-decoration:none; font-weight:bold; font-style:italic; color:#BFAE73;}
A.office_link:active {text-decoration:none; font-weight:bold; font-style:italic; color:#BFAE73;}


.navbar_link_2{font-family: Georgia, Times, serif;	font-size:13px;	color: #FFFFFF;}
A.navbar_link_2:link {color:#FFFFFF; text-decoration:none;}
A.navbar_link_2:visited {color:#FFFFFF; text-decoration:none;}
A.navbar_link_2:hover {color:#FFFFFF; text-decoration:underline;}
A.navbar_link_2:active {color:#FFFFFF; text-decoration:none;}

.navbar_link{font-family: Georgia, Times, serif;	font-size:15px;	color: #FFFFFF;}
A.navbar_link:link {color:#FFFFFF; text-decoration:none;}
A.navbar_link:visited {color:#FFFFFF; text-decoration:none;}
A.navbar_link:hover {color:#FFFFFF; text-decoration:none;}
A.navbar_link:active {color:#FFFFFF; text-decoration:none;}

.office_style{font-family: Georgia, Times, serif; font-size:13px; color: #FFFFFF; text-decoration:none;}
A.office_style:link {color:#FFFFFF; text-decoration:underline; font-size:15px; text-decoration:none;font-weight:bold;}
A.office_style:visited {color:#FFFFFF; text-decoration:underline; font-size:15px; text-decoration:none;font-weight:bold;}
A.office_style:hover {color:#FFFFFF; text-decoration:underline;	font-size:15px; text-decoration:none;font-weight:bold;}
A.office_style:active {color:#FFFFFF; text-decoration:underline; font-size:15px; text-decoration:none;font-weight:bold;}

.footer {
	color: #BEAE73;
	font-weight: bold;
	font-size:14px;
	font-stretch:expanded;
	
}


/*START Custom Sliding Menu*/
.menu {
 position:relative;
 background-color:#1B3930;
 border:1px solid #1B3930;
 width:150;
 font-size:16px;
 font-family: Georgia, Times, serif;
 font-weight:bold;
 position:absolute;
 cursor:se-resize;
 color:#FFFFFF;
}

.item_panel {
  width:150;
  border-left:1px solid #1B3930;
  border-right:1px solid #1B3930;
  clip:rect(0,150,0,0);
  position:absolute;
}

.item_panel a {
 text-decoration:none;
 color:#09124A;
 cursor:hand;
}

.item {
 background-color:#1B3930;
 color: #FFFFFF;
 width:148;
 font-size:10px;
 font-family:verdana;
}
/*END Custom Sliding Menu*/