/* Remove unwanted elements */
/*Add a list of your unwanted elements here*/

#strapline,
#subNav,
#navR,
#breadcrumb,
#rightCol,
#footer,
.printPage {
	display: none;
}

h2 {color:#3067a9;}

#addinfo li {list-style:none;}

#listing fieldset {border:none; padding-left:0;}

#listing legend {border-bottom:1px solid ec068d; font-size:120%; color:#ec068d; font-weight:bold; margin:10px 0 10px -7px; padding:0;}

#listing label {font-weight:bold;}

#listing p { margin-top:0; padding-top:0;}

body {
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;   
  background: none;
  font-size: 10pt;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

