/* Print Style Sheet */
@media print {
body {	font-family: Arial, Helvetica, sans-serif; color: #000;	background:#fff;	margin:0;	padding:0; font-size:85%;}
}
h1, h2, h3, h4 { color:#000; }
h1 { font-size:120%; }
h2 { font-size:115%; }
h3 { font-size:110%; }
h4 { font-size:105%; }
a { color:#0000CC;}
#header, #access, #subfooter, #brands, .skipnav { display:none; }