/* 
    Document   : print.css
    Created on : Feb 19, 2009, 5:20:51 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.NotToBePrinted {
    display: none;
}

