body {
	background-color: White;
}

h1 {
	font-family: Verdana;
	font-size: 20px;
	color: #006400;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 5px;
}
td {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

p {
	font-family: Verdana;
	color: Black;	
	font-size: 11px;

}

A:link {
	COLOR: blue;TEXT-DECORATION: none
}
A:visited {
	color:blue;TEXT-DECORATION: none
}
A:active {
	color:blue;TEXT-DECORATION: underline
}
A:hover {
	COLOR: red; TEXT-DECORATION: underline
 
}
BODY {
	SCROLLBAR-FACE-COLOR: #ff9900; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ff6600; SCROLLBAR-3DLIGHT-COLOR: #ff6600; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffcc; SCROLLBAR-DARKSHADOW-COLOR: #993300

}
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: #E0E2EB;
   padding-bottom: 2px;
   padding-top: 2px;
}

/* Property Results Page Layout (layout_results.php) */
table.lrp_bg { 
   background-color: #E0E2EB;
}
/* 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 {
    body { font-size: 13px }
  }
  @media screen, print {
    body { line-height: 1.2 }
  }