@media Print    
{
div.noprint {
	visibility: hidden;
	display: none;
}

}

