#divWrapper {
	width: 952px;
	margin: 0;
	background-color: white;
	border:7px solid #FFFFFF;
	color: #000000;
	margin: 10px auto 10px auto;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 5px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
padding: 0px 0 0 60px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 11px;
}
a:hover {
	
	text-decoration: none;
	
}



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: Verdana, Arial, Helvetica, sans-serif;
}
/* View Property Page Layout (layout_view.php) */
table.lvp_top_nav_menu_bg {
	background-color: #99CCFF;
	padding-bottom: 2px;
	padding-top: 2px;
margin: 40px 0 0 60px;
}
/* Property Results Page Layout (layout_results.php) */
table.lrp_bg {
	background-color: #99CCFF;
margin: 0 0 0 60px;

}
/* 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;

}
 @media print {
body {
	font-size: 10pt
}


}
 @media screen, print {
body {
	line-height: 1.2
}
}

