/* Print Style Sheet */
@media print {
    body
    {
        background: white;
        color: black;
        margin:0
    }
    #top
    {
        display: none;
    }
    #topmenu
    {
        display: none;
    }
    #left
    {
        display: none;
    }
    #footer
    {
        display: none;
    }
    hr
    {
        font-size: 1px;
	    line-height: 1px;
	    height: 1px;
	    background-color: #000000;
	    color: #000000;
	    border: 0px;
	    width: 100%;
	    margin: 6px 0px 6px 0px;
    }
    .printfooter
    {
        display: block;
    }
}