@media print
{
    .button, #related_info, .navigation, #highlight form, #skip_link, .banner, #print { display: none; }
    #logo { margin: 0 0 1em; }
    a img, a:link img, a:visited img { border: none; }
    body { font-family: Times, "Trebuchet MS", serif; }
    table {
        font-size: 9pt;
        font-family: tahoma, arial, verdana, sans-serif;
        width: 91.5%;
    }
    table td, table th {
        vertical-align: top;    
        padding: 0 6pt 4pt 0;
        text-align: left;
        font-size: 9pt;
    }
    th img { display: none; }
    table .graph { display: none; }
    table h2 {
        margin: 0;
        font-size: 1em;
        font-weight: bold;
    }
    .left {
        float: left;
        padding: 0 10pt 10pt 0;
    }
    .right {
        float: right;
        padding: 0 0 10pt 10pt;
    }
    table .right, table .left {
        float: none;
        padding: 0 6pt 0 0;
    }
    table .right { text-align: right; }
    p { font-size: 12pt; }
    h1 { font-size: 20pt; }
    h2 { font-size: 18pt; }
    h3 { font-size: 16pt; }
    h4 { font-size: 14pt; }
    h1, h2, h3, h4 { font-weight: bold; }
    a:link, a:visited {
        font-weight: bold;
        text-decoration: underline;
        color: #00c;
    }
    #content h1 a:link, #content h1 a:visited,
    #content h2 a:link, #content h2 a:visited,
    #content h3 a:link, #content h3 a:visited,
    #content table strong a {
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }
    #content fieldset {
        border: none;
        padding: 0;
    }
    .section { margin: 0 0 10pt; }

}