h1 {
	font-family: Franklin Gothic Medium, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Black;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 5px;
}
td {
	font-family: Franklin Gothic Medium, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
}

p {
	font-family: Franklin Gothic Medium, Verdana, Arial, Helvetica, sans-serif;
	color: Black;	
	font-size: 13px;

}

a:hover {
	font-family: Franklin Gothic Medium, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
}
a {
	color: Black;
	text-decoration: none;
}
/* Form Input Display */
form {
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
input,select {
	font-size: 11px;
	font-family: Franklin Gothic Medium, Verdana, Arial, Helvetica, sans-serif;
}

/* View Property Page Layout (layout_view.php) */
table.lvp_top_nav_menu_bg { 
   background-color: #f2edd3;
   padding-bottom: 2px;
   padding-top: 2px;
}

/* Property Results Page Layout (layout_results.php) */
table.lrp_bg { 
   background-color: #f2edd3;
}
/* Property Status Text Colour */
p.propertystatus { 
	color: #B22222;
	font-weight: bold;
}
/* Property Print Fact Sheet*/
p.factsheet_title {
	color: Navy;
	font-weight: bold;
	padding-bottom: 2px;
   padding-top: 2px;
	font-size: 16px;
}

.featured {
	background-color: #ebecdf;
	border: 3px solid #E3E4D1;

}
.footer {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #BED3DF;
}
