
h1 {
	
	font-size: 12px;
	color: Black;
}
h2 {
	
	color: #fff;
	}
td {
	
	font-size: 11px;
}

p {
	
	color: #fff;	
	font-size: 11px;

}

a:hover {
	color: #8FC758;
	text-decoration: none;
	font-size: 11px;
}
a {
	color: #fff;
	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: Verdana, Arial, Helvetica, sans-serif;
}

td {
	text-align:left;}

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

/* Property Results Page Layout (layout_results.php) */
table.lrp_bg { 
   background-color: #8FC758;
   
}

table.lrp_bg p {
	color:#000; !important;}
/* Property Status Text Colour */
p.propertystatus { 
	color: #FFFFFF;
	font-weight: bold;
}
/* Property Print Fact Sheet*/
p.factsheet_title {
	color: Navy;
	font-weight: bold;
	padding-bottom: 2px;
   padding-top: 2px;
	font-size: 16px;
}

