/*
 * these are to allow printing/non-printing to areas
 */
@media print
{
.noprint {display:none;}
}
 

