body {
	background-color: White;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006400;
	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;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;	
	font-size: 11px;

}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
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: #DEEDF8;
   padding-bottom: 2px;
   padding-top: 2px;
}

/* Property Results Page Layout (layout_results.php) */
table.lrp_bg { 
   background-color: #DEEDF8;
}
/* 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 }
  }
  
  /* energy */
  
  .wrapper
{
	border:#333333 1px solid;
	width:300px;
	margin:0 auto;
	background-color:#FFFFFF;
}

.content
{
	background:url(http://www.theflatspecialist.co.uk/image/energybg.gif) no-repeat top right;
	height:262px;
	position:relative;
	
}

.energyPotential,
.energyCurrent,
.environmentPotential,
.environmentCurrent
{
	position:relative;
	top:0;
	height:28px;
	width:47px;
}

.energyPotential { left:234px }
.energyCurrent { left:185px }
.environmentPotential { left:530px }
.environmentCurrent { left:480px }

.energyCurrent,
.energyPotential,
.environmentPotential,
.environmentCurrent
{
	position:absolute;
}

#energyCurrentText,
#energyPotentialText,
#environmentPotentialText,
#environmentCurrentText
{
	margin:0;
	padding:0;
	position:relative;
	color:#000;
	top:-24px !important;
	left:20px;
	font-size:125%;
	width:25px;	
}