/*This is just used for display_listing_print.php .. tho it is listed in all headers*/

body {
	background: white;
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	margin:0;
	padding:0;
	line-height:100%;
	}
	
h1, h2, h3, p {
	font-family:"Times New Roman", Times, serif;
	}
	
h1 {font-size: 14pt; font-weight:bold; }
	
#navbar, #rightcontent, #footer, #feat, #bannernav, #banner, #whoarewe, .midway, .specpromo {
	display: none;
	float: none !important;
	margin:0;
	padding:0;
/*	background: transparent none !important;
	width:5%; */
	}
	
div #bannersub, #leftcontent, #banner {
	background: white;
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	margin:0pt;
	}

a:link, a:visited {
   color: blue;
   text-decoration: underline;
   }
   
.printalert {
	display:none;
}


