/* 
$Id: print.css,v 1.1 2007/01/23 22:31:03 keithm Exp $

This style sheet controls the way the page prints.

*/

body {
	width: auto;
}

.no_print {
	display: none;
}

td.centercol {
	background-image: none;
}

#print_copyright {
	border-top: solid 1px #000000;
	margin-top: 40px;
	font-size: 9px;
	clear:both;
}

