﻿body
{
    font-family: Arial, "Times New Roman" , Verdana SansSerif;
    font-size: 8pt;
    font-weight: bold;
    background-color: #000000;
    margin: 0 auto;
    vertical-align: top;
    line-height: 150%;
    color: #000000;
}

table
{
    border: 0px;
    vertical-align: top;
}

.MenuLinks
{
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: gold;
}

.MenuLinks:hover
{
    text-decoration: underline;
}

.footerlinks a
{
    color: gold;
    text-decoration: none;
}

.footerlinks a:hover
{
    color: white;
    text-decoration: underline;
}

.footerlinks
{
    color: gold;
    font-size: 7pt;
    font-weight: bold;
    padding: 2px;
    padding-top: 20px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
}

.popupHover
{
}

.popupMenu
{
    position: absolute;
    visibility: hidden;
    font-weight: bold;
    text-align: center;
    background-color: White;
    border: solid 4px maroon;
    height: 25px;
    width: 150px;
    opacity: .9;
    filter: alpha(opacity=90);
}

.ProductpopupMenu
{
    position: absolute;
    visibility: hidden;
    font-weight: bold;
    padding: 1px 0px 1px 1px;
    background-color: White;
    border: solid 4px maroon;
    width: 148px;
    opacity: .9;
    filter: alpha(opacity=90);
}

.FooterNotes
{
    color: Silver;
}


.LeftPanel
{
    background-repeat: repeat;
    text-align: left;
    line-height: 170%;
    vertical-align: top;
    margin: 0 auto;
}
.RightPanel
{
    text-align: center;
    line-height: 170%;
    vertical-align: top;
}

.leftcolumn
{
    background-image: url(images/LeftBar.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    width: 61px;
    vertical-align: top;
}


.rightcolumn
{
    background-image: url(images/rightbar.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    width: 65px;
    vertical-align: top;
}

.WhitePanel
{
    background-color: White;
    color: Black;
    border: solid 4px maroon;
    padding: 4px 4px 4px 4px;
    font-family: Arial;
    font-size: 8pt;
}
