body {
    color: #27668f;
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    font-size: 8pt;
    background-color: #4194cb;
}

a:active {
    color: #4194cb;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;   
}

a:link {
    color: #4194cb;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:visited {
    color: #4194cb;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #27668f;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;    
}

.header {
    border: 1px solid #27668f;
    background-color: #a5cce7;
    color: #27668f;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2pt;
    padding: 3px;
}

.stats {
    border: 1px solid #27668f;
    background-color: #a5cce7;
    color: #27668f;
    font-size: 8pt;
    text-align: center;
    width: 70%;
}

.imgstyle {
    border: 1px solid #27668f;
    background-color: #B9AB99;
    padding: 4px;
}

.foot {
    border-top: 1px dotted #27668f;
    color: #27668f;
    font-size: 10px;
    text-align: center;
}

table {
    color: #27668f;
    font-size: 8pt;
}

b, i, strong {
    color: #27668f;
    font-size: 8pt;
}

input, textarea { 
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    color: #27668f;
    font-size: 8pt;
    border: 1px solid #27668f;
    background-color: #a5cce7;
}

select, submit, reset {    
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    font-size: 8pt;
    color: #27668f;
    background-color: #a5cce7;
    border: 1px solid #27668f;
}