﻿@media print
{
	#menuCell
	{
		
		visibility:hidden;
		
	}
	#headerTable
	{
		display:none;
		
	}
}

