.hideForPrint
{
	display:none;
}
table.shrinkForPrint
{
	height:auto;
}
.hideRowsForPrint tr
{
	display:none;
}
table tr.showForPrint
{
	display:block;
}