﻿body 
{
    background-color: White;
    font-family: Verdana;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
}

a img
{
    border: 0px;
}

.main
{
    background: white;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 780px;
}
.top
{
    text-align: right;
    width: 100%;
}
.bar
{
    background-image: url(gra/fade.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    height: 80px;
    width: 100%;
}

.content
{
    background-image: url(gra/manufacturers.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 300px;
    width: 480px;
    min-height: 400px;
}

.footer
{
    background-image: url(gra/footer.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    color: White;
    height: 18px;
    padding-top: 7px;
    text-align: center;
    width: 100%;
}

h1
{
    color: Navy;
    font-size: 11pt;
    font-weight: normal;
}

em
{
    color: Navy;
    font-size: 9pt;
    font-style: normal;
}

td
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.nav
{
    color: navy;
    padding-top: 10px;
    border-bottom: solid 1px navy;
}
.highlight
{
    color: navy;
}
