
.deatails

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 5px;
	color: #6a6e62;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
		
	

}






.headings {
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;

}
table.headings {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 3px;
	background-color: #b8bfa9;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.headings3 {
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 5px;
	background-color: #00ccff;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.status1 {
	color: #6a6e62;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a:hover {
	text-decoration: underline;	
	
}
.prop-description-short {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6a6e62;
}
.prop-description-short-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6a6e62;
	
}

.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6a6e62;
	font-weight: bold;
}

a {
	
	text-decoration: underline;
	

}








/* Form Input Display */
form {
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	font-family: "Times New Roman", Times, serif;
	color: #6a6e62;
}
input,select {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* View Property Page Layout (layout_view.php) */
table.lvp_top_nav_menu_bg {
	font-size: 14px;
	font-weight: normal;
	color: #6a6e62;
	padding-left: 5px;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
}

/* Property Results Page Layout (layout_results.php) */
table.lrp_bg { 
   background-color: #b8bfa9;
}
/* Property Status Text Colour */
p.propertystatus {
	color: #B22222;
	font-weight: bold;
	height: 30px;
}
/* Property Print Fact Sheet*/
p.factsheet_title {
	color: Navy;
	font-weight: bold;
	padding-bottom: 2px;
   padding-top: 2px;
	font-size: 16px;
}
 @media print {
    body { font-size: 10pt }
  }
  @media screen {
    body { font-size: 13px }
  }
  @media screen, print {
    body { }
  }

