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

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

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

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

a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;    
}

.header {
    border-bottom: 2px solid #ffffff;
    background-color: #3e8620;
    color: #DBE5E6;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2pt;
    padding: 3px;
}

.stats {
    border-bottom: 2px solid #ffffff;
    background-color: #3e8620;
    color: #000000;
    font-size: 8pt;
    text-align: center;
    width: 80%;    
}

.navstyle {
    font-size: 8pt;
    text-align: center;
    text-transform: uppercase;
}

.imgstyle {
    border: 4px solid #3e8620;
    background-color: #DBE5E6;
}

.foot {
    border-top: 1px dotted #DBE5E6;
    color: #DBE5E6;
    font-size: 10px;
    text-align: center;
}

table {
    color: #afa5ae;
    font-size: 8pt;
}

b, i {
    color: #000000;
    font-size: 8pt;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #000000;
    font-size: 8pt;
    border: 1px solid #3e8620;
    background-color: #ffffff;
}

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