﻿body
{
    font-size: 10pt;
    background-image: none;
    background-color: White;
}
#header, #nav-sections, #left, #far-right, #footer, input, p.link, .footer
{
    display: none;
    visibility: hidden;
}

#right, #content, #page
{
    width: 100%;
    float: none;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

table.vehicle
{
    width: 99%;
}
table.vehicle td.labl
{
    white-space: nowrap;
}

h3
{
    font-size: 14pt;
}
p.hide
{
    display: block;
    visibility: visible;
}
#right p.hide a
{
    text-decoration: underline;
}
