/* print.css */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
}
th, td {
	background-color: #fff;
	color: #000;
}
#sitelinks,
#cse-search-box,
#baselinks,
#skip,
#skip1col,
.azbutton,
.lastUpdate,
.BackToTop,
.expand_accordion {
	display: none;
}

#wrap1col,
#wrap2col {
	width: 90%;
	background-color: transparent;
	border: none;
}
a.printurl:after { /*inserts the href on the printed page */
	content: " [" attr(href) "] ";
	font-style: italic;
}
