html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	display:block;
	font-family:arial;
	font-size:12px;
}
#top, #sidebar, .right, #bottom, .links{
	display:none;
}
table.printtable{
	display:block;
	width:100%;
	border-collapse:collapse;
}
table.printtable th{
	text-align:left;
	border-bottom:1px solid #000;
}