/* print.css */
body, a {
	line-height:1.5; font-family: arial, verdana, helvetica, sans-serif; color:#666; background:none; font-size:10pt; text-decoration:none;
}
.container {
	background:none;
}
hr {
	clear:both; background:#ccc; color:#ccc; width:100%; height:2px; margin:2em 0; padding:0; border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
}
img {
	float:left; margin:1.5em 1.5em 1.5em 0;
}
ul, ol {
	margin: 0 0 1.5em 1.6em; padding:0;
}
a img {
	border:none;
}
#nav, #sidebar, #helpbox, #links  {
	position:absolute; left:-999em; width:1em; overflow:hidden;
}
#navigation, #footer img, #footer a, .breadcrumb  {
	display:none;
}
#helpbox, #links, #footer img, #footer a, .breadcrumb  {
	visibility:hidden;
}
#printnav a img {
	display: block;
	clear: both;
}
p.copyright {
	display: block;
	clear: both;
}
