
@media print {

    body {
        background: white;
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    #header {
        display: none;
    }

    #leftcontent {
        display: none;
    }

    #footer_copyright {
        font-size: 9px;
        font-style: italic;
    }

    #tsHeader {
        background-color: #555555 
        color: #ffffff;
    }
}


