#siteHeader, #siteFooter, .dontprint { 
	display: none; 
	height: 0px;
} 
#printHeader {
	display: block;
	width: 650px;
	height: 100px;
}
body {
	background: white;
	font-size: 12pt;
	}

.hideOnScreen {
	display: block;
}
#contentTable, .contentTable {
	display: block;
	width: 650px;
	align: center;
}
#bigTable {
	width: 650px;
	align: center;
}