/* -----------------------------Title : print.css----------------------------- */body {	margin: 1em;	background-color: #fff;	font: 12pt "Times New Roman", Times, serif;	color: #000;}.print {	text-align: center;	display: block;}/*----- do not print  -----*/#navwrap, #homesidecol ul#sidenav, body.allerzone p.printer, #featurecol, #sidecol, #footerwrap, #headwrap, body.popup ul#navbuttons  {	display: none;} /*----- set to full width with no background -----*/#pagewrap, #navwrap, #contentwrap, #homecontentcol, #maincontentcol, body.allerzone #maincontentcol {	width: 100%;	background: none;	float: none !important;}/*----- show replaced text -----*/#homecontentcol ul#buttonnav li, #homefeaturecol h2, #content h2, dl#catlist dt {	line-height: auto;	text-indent: 0;}h1,h2,h3,h4,h5,h6,#maincontentcol h2 { color: #036; }p, #footerwrap p, body.popup #caption p { color: #000; }/*-- link styles ------------------*/a:link {	color: #039;	text-decoration: underline;}a:visited, table a:visited {	color: #039;	text-decoration: underline;}/*-- end link styles ------------------*/body.popup #footerwrap {	display: block;	text-align: center;}