body { 
        scrollbar-face-color: #eeeeff;
        scrollbar-3dlight-color: #ffffff;
        scrollbar-arrow-color:  #ee4422;
        scrollbar-track-color: #eeffff;
}

body, td, div {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}

form {
        margin-top: 0px;
        margin-bottom: 0px;
}

a { color : #0066DD; text-decoration : none; }

a:hover { text-decoration : underline; }

input {
        border: 1px solid #0055DD;
        font-family: Helvetica, sans-serif; 
}

textarea {
        border-top: 1px solid #0055DD;
        border-bottom: 1px solid #0055DD;
        border-left: 1px solid #0055DD;
        border-right: 1px solid #0055DD;
        font-family: Helvetica, sans-serif;
}

h1 {
        font-family : "Verdana";
        font-size : 17px;
        font-weight : bold;
        color : #FF0000;
        margin-bottom: 0px;
}

.copyright {
        font-size : 11px;
        color : #0055aa;
}

.label {
        font-size : 10pt;
        color : #0055aa;
        font-weight : bold;
}

.button {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 120px;
        font-weight: bold;
        color: #4444aa;
        background-color: #eeeeff;
        border-bottom: 1px solid Black;
        border-right: 1px solid Black;
        border-top: 1px solid White;
        border-left: 1px solid White;
}
.tiny {
    font-size : 9px;
}
.stat {
    font-family : "Verdana";
    font-size : 9px;
    font-weight : bold;
}
.favorite {
    font-family : "Verdana";
    font-size : 10px;
    font-weight : bold;
    text-align: right;
    margin-right: 10px;
}
.info_header {
    text-align: center;
    color: #000088;
}