/* CSS for Print  */
body {
	background: white;
	font-size: 12pt;

}
	
#nav, #flashHome, #formEstimates, img {
	display: none;
}
	
#wrapper {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

a.greenLink:link, a.greenLink:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3 {
	font-size: 14pt;
	font-weight:bold;

}

