body, body td { /* adjust font size/family and colour contrast for print */
	color : #000000; 
	background : #ffffff; 
	font-family : "Times New Roman", Times, serif; font-size : 12pt; 
} 
h1, h2, h3, h4, h5, h6 {
	font-family : "Times New Roman", Times, serif; font-size : 12pt;
}
h2 {
	background: #fff;
	color: #000;
	font-size: 14pt;
}
div#banner { /* remove the banner */
	display: none;
}
table.loginBar { /* remove the login/status bar */
	display: none;
}
table.layout tr td {
	display: none;
}
table.layout tr td.content,
table.searchResHeader tr td.metaData,
table.searchResults tr td, table.searchResults tr th {
	display: table-cell;
}
table.searchResults tr th.l1 {
	border: 1px solid #333;
	background: #eee;
}
table.searchResults tr th.l1 h3 {
	color: #000;
}
table.layout {
	border-left: 0px solid #a0acc6;
	border-right: 0px solid #a0acc6;
	margin-top: 0px;
}
div.usermessage {
	display: none;
}
p.navLink {
	display: none;
}
div#footerbarunder {
	display: none;
}
div.sig {
	display: none;
}