.highlite { font-family: Verdana,Arial, Helvetica, sans-serif;  font-style: normal; font-weight: bolder; color: #000066; font-size: 110%;}






/* Make pretty 3D Buttons */
div.buttonA {
        text-decoration: none;
        margin-left: 0px;
        margin-right: 4px;
}
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: 25px;
        width: 145px;
        margin: 10px;
        text-align:center;
}
div.buttonA li a {
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: block;
        border-width: 5px;

        /*background-color: #999999;
        border-style: solid;
        border-bottom-color: #333333;
        border-right-color: #555555;
        border-left-color: #BBBBBB;
        border-top-color: #DDDDDD;*/
}
div.buttonA li a:link {
    color: #ffcf6d;
        font-weight: bold;
        background-color: #ba2828;
        border-style: solid;
        border-bottom-color: #333333;
        border-right-color: #555555;
        border-left-color: #BBBBBB;
        border-top-color: #DDDDDD;
}
div.buttonA li a:visited {
        color: #ffcf6d;
        font-weight: bold;
        background-color: #cc0000;
        border-style: solid;
        border-bottom-color: #333333;
        border-right-color: #555555;
        border-left-color: #BBBBBB;
        border-top-color: #DDDDDD;
}
div.buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
        text-decoration: none;
        background-color: #000066;
        border-style: solid;
        border-bottom-color: #333333;
        border-right-color: #555555;
        border-left-color: #BBBBBB;
        border-top-color: #DDDDDD;
}
div.buttonA li a:active {
        font-weight: bold;
        color: #FFFFFF;
        background-color: #666666;
        border-style: solid;
        border-top-color: #333333;
        border-left-color: #555555;
        border-right-color: #BBBBBB;
        border-bottom-color: #DDDDDD;
}

