Body
{
    /*background-image: url(/Graphics/Background.gif);*/
    background-color: #B0D8FF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: 'Verdana';
}

#NavSite
{
    width: 108px;
}

#NavSite td
{
    display: block;
    text-align: center;
    font-family: 'Arial';
    font-size: .9em;
    padding: 1px 1px 1px 1px;
    border: 1px solid;
    border-color: #ddd #000 #000 #ddd;
    background-color: #FF6666;
    cursor: hand;
}

#NavSite a
{
    color: black;
    text-decoration: none;
}


#NavPage td
{
    display: block;
    text-align: center;
    font-family: 'Arial';
    font-size: .9em;
    padding: 1px 1px 1px 1px;
    border: 1px solid;
    border-color: #ddd #000 #000 #ddd;
    background-color: #FF6666;
    cursor: hand;
}

#NavPage a
{
    color: black;
    text-decoration: none;
}

table.SpecTable
{
    background-color: transparent;
    border: 1px ridge transparent;
}

table.SpecTable caption
{
    color: black;
    font-size: 1.3em;
    background-color: transparent;
    border-width: 1px;
    border-color: silver;
}

table.SpecTable th
{
    color: black;
    background-color: transparent;
    border-style: groove;
    border-width: 1px;
}

table.SpecTable tr
{
}

table.SpecTable td
{
    color: black;
    background-color: transparent;
    border-style: groove;
    border-width: 1px;
}
