/* CSS Document for Print */

* {	
	color: black !important; 
	background: white !important;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0;
}

p {
	margin: 0 0 10px 0;
}

#navleftpanel, 
#footer,
#accessibility,
.hiddenfromview, 
#navigation, 
#imagenarrow img, 
#imagewide img {
	display: none;
}

#printlogo {
	display: block;
	width: 150px;
	height: 100px;
	margin: 10px 0 0 0;
}

a:link:after, 
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

a:link, 
a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
