P, TD, DIV {
    font-family: "Times New Roman", Arial;
    font-size: 14px;
    color: #000000;
}

a:link { text-decoration: underline; color: #000099; }
a:visited { text-decoration: underline; color: #000099; }
a:active { text-decoration: underline; color: #000099; }
a:hover { text-decoration: underline; color: #990000; }

.menutext {
    font-weight: bold;
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #000000;
}

.rowoff {
    background: #FFFFCC;
}

.rowon {
    background: #BBBB88;
}

HR {
    height: 1px;
    color: #CCCCCC;
    width: 95%;
}

.bartext {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #555555;
}

.credit {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    color: #333333;
    font-style: italic;
}

.aptextbox {
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #000000;
    background: #FFFFDD;
    border-style: solid;
    border-width: 1px;
    border-height: 1px;
    border-color: #000000;
}

.aptextboxover {
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #000000;
    background: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-height: 1px;
    border-color: #000000;
}

.apbutton {
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #000000;
    background: #CCCCEE;
    border-style: solid;
    border-width: 1px;
    border-height: 1px;
    border-color: #000000;
    cursor: hand;
}