﻿@media print
{
    BODY
    {
	    background-color: #ffffff;
    }	
       
    .NoPrint
    {
	    display:none;
    }
    
}