div#buttonA {
    margin: 0px;
    width: 123px;
}
/* following is to override above width for all except IE browsers  */
html>body div#buttonA {
    width: 115px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}
div#buttonA li {
    list-style-type: none;
    height: 100%;
    width: 100%;
    margin: 0px;
    text-align:center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 4px;
}
div#buttonA li a:link {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #00659C;
    border-style: outset;
}
div#buttonA li a:visited {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #00659C;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #639ACE;
    border-style: outset;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #639ACE;
    border-style: inset;
}

A:link {
        color: #0033CC;
        text-decoration: underline;
}

A:visited {
        color: #993366;
        text-decoration: underline;
}

A:active {
        color: #000000;
        text-decoration: underline;
}

A:hover {
        color: #003399;
        text-decoration: underline;
}

TD {
        font-family: Arial;
        font-size: 13px;
        color: #999999;
}

P {
        font-family: Arial;
        font-size: 13px;
}

