body {
    color: #9c7b61;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #e1d0c1;
}

html {
    scrollbar-face-color: #9c7b61;
    scrollbar-highlight-color: #e1d0c1;
    scrollbar-shadow-color: #e1d0c1;
    scrollbar-arrow-color: #e1d0c1;
    scrollbar-track-color: #e1d0c1;
    scrollbar-darkshadow-color: #e1d0c1;
    scrollbar-base-color: #e1d0c1;
    scrollbar-3d-light-color: #e1d0c1;

}

.statslink a:active {
    color: #bda694;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;   
}

.statslink a:link {
    color: #bda694;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.statslink a:visited {
    color: #bda694;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.statslink a:hover {
    color: #9c7b61;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;    
}

a:active {
    color: #e1d0c1;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;   
}

a:link {
    color: #e1d0c1;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:visited {
    color: #e1d0c1;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #9c7b61;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;    
}

.header {
    border: 1px solid #9c7b61;
    background-color: #e1d0c1;
    color: #9c7b61;
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 3pt;
    text-align: center;
    padding: 3px;
    margin-top: -2px;
}

.stats {
    border: 1px solid #9c7b61;
    background-color: #e1d0c1;
    color: #9c7b61;
    font-size: 8pt;
    text-align: center;
    width: 75%;
}

.imgstyle {
    border-bottom: 2px solid #9c7b61;
    background-color: #e1d0c1;
    padding: 3px;
}

.foot {
    border-top: 1px dotted #9c7b61;
    color: #9c7b61;
    font-size: 10px;
    text-align: center;
}

table {
    color: #9c7b61;
    font-size: 8pt;
}

b, i {
    color: #9c7b61;
    font-size: 8pt;
    text-transform: uppercase;
}

input, textarea, option, select { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #9c7b61;
    font-size: 8pt;
    border: 1px solid #9c7b61;
    background-color: #e1d0c1;
    padding: 2px;
    margin: 0 0 2px 0;
}

option {
    border-top: 0;
}

.input3 {
    background-color: transparent;
    border: 0;
}

fieldset { 
    border: 0; 
    margin: 1px 10px 12px auto; 
    padding: 0 1%;
    width: 99%; 
}

fieldset label {
    float: left;
    padding: 0 5px 0 0; 
    text-align: left; 
    width: 210px; 
}

.input1 { 
    width: 48%; 
} 

.input2 { 
    padding: 5px 3px; 
    width: auto;
}

.tc {
   text-align: center;
}
