﻿@media print
{
    body,
    html,
    input,
    select,
    td,
    th
    {
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
    }
    
    h1,
    h2,
    h3
    {
        font-size: 14px;
    }
    
    a
    {
        color: #000000;
        text-decoration: underline;
    }
    
    input,
    select
    {
        border: 0px;
        background-color: #FFFFFF;
        
    }
    
    div#header,
    div#left,
    div#right,
    div#crumblepath,
    div#options
    {
        display: none;
    }
    
    div#content
    {
        padding: 0px;
        margin: 0px;
    }
}