body {
    color: #527C99;
    font-family: Trebuchet MS, Tahoma, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #FDFEFE;
}

a:active {
    color: #C0BAC6;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:link {
    color: #C0BAC6;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:visited {
    color: #C0BAC6;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:hover {
    color: #89BABD;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;   
}

.foot {
    color: #527C99;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
}

table {
    color: #527C99;
    font-size: 8pt;
    line-height: 15pt;
    letter-spacing: 1px;
}

b, i, strong {
    color: #527C99;
    font-size: 8pt;
}

input, textarea { 
    font-family: Trebuchet MS, Tahoma, Georgia, Arial, Times New Roman;
    color: #527C99;
    font-size: 8pt;
    letter-spacing: 1pt;
    border: 1px solid #527C99;
    background-color: #FFFFFF;
}

select, option, submit, reset {    
    font-family: Trebuchet MS, Tahoma, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #527C99;
    background-color: #FFFFFF;
}
