body {
    color: #00677E;
    font-family: Trebuchet MS, Georgia, Verdana, Tahoma, Times New Roman;
    font-size: 10px;
    background-color: #B8D9DB;
    scrollbar-darkshadow-color: #B8D9DB; 
    scrollbar-track-color: #B8D9DB; 
    scrollbar-face-color: #B8D9DB; 
    scrollbar-shadow-color: #00677E;
    scrollbar-3dlight-color: #B8D9DB; 
    scrollbar-highlight-color: #00677E; 
    scrollbar-arrow-color: #00677E;
}

a:active {
    color: #00458E;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
}

a:link {
    color: #00458E;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
}

a:visited {
    color: #00458E;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
}

a:hover {
    color: #00677E;
    font-weight: bold;
    text-decoration: underline;
    cursor: hand;
}

.header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #00677E;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3pt;
    padding: 2px;
    width: 250px;
}

span {
    color: #00458E;
    font-size: 12pt;
    text-transform: uppercase;
}

table {
    color: #00677E;
    font-size: 10px;
}

.navtable {
    border: 1px #00677E solid;
    background-color: #B8D9DB;
    color: #00677E;
    font-size: 10pt;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 2pt;
}

b, i {
    color: #00677E;
    font-size: 10px;
}

input, textarea { 
    font-family: Trebuchet MS, Verdana, Georgia, Tahoma, Times New Roman;
    color: #00677E; 
    font-size: 10px;
    background: #B8D9DB;
    border-style: solid;
    border-color: #00677E;
    border-width: 1px;
}

select, option, submit, reset {    
    font-family: Trebuchet MS, Times New Roman, Verdana, Georgia, Tahoma;
    font-size: 10px;
    color: #00677E;
    background: #B8D9DB;
}