@media print
{
    a, a:visited
    {
        color: #000000;
    }

    a#GoogleSitemap
    {
        display: none;
    }
    
    address
    {
        font-style:normal;
        display:inline;
    }

    html
    {
        font-family: Arial, Verdana, Helvetica, Sans-serif;
        font-size: 100%;
        font-weight:bolder;
    }

    body
    {
        font-size: 0.75em;
    }

    div#leftbottom
    {
         display:none;
    } 
    
    img.header
    {
        display:none;
    }
    
    img.downloadButton
    {
        width:7em;
    }
    
    img.folder
    {
        width:10em;
        float:right; margin-left:2em;
    }  

    div#footer
    {
        width:100%;
        text-align:center;
    }
    
    div#menu
    {
        display:none;
    }

    p.inline
    {
        display:inline;
    }

    .center
    {
        text-align: center;
        vertical-align: middle;
    }
}
