A.btnProd
{
    BACKGROUND-COLOR: palegoldenrod;
    CURSOR: hand;
    WIDTH: 100%;
    HEIGHT: 100%;
    COLOR: blue;
    FONT-FAMILY: 'Times New Roman', Arial;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center
}
A.btnProd:hover
{
    BACKGROUND-COLOR: bisque;
    COLOR: black;
}
A.btnProd:visited
{
    TEXT-DECORATION: none;
}
TABLE.Buttons
{
    BACKGROUND-COLOR: bisque;
    BORDER: outset;
}
.tabs, .tabselected
{
    background-color: #9B9BFF; /*#0080cd; /*#FFCA66*/
    padding: 2px 10px 2px 10px;
    line-height: 22px;
    margin-right: 1px;
    font-family: arial;
    font-size: 8pt;
    border-color: #aadbf9;
    border-width: 2px;
}
.tabs {border-style: outset; color: yellow;}
.tabselected{border-style: inset; color: white; cursor: default;}
A.tabs:hover {color: yellow;}
