body {
    color: #625444;
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    font-size: 8pt;
    background-color: #93836a;

    scrollbar-face-color: #93836a;
    scrollbar-highlight-color: #93836a;
    scrollbar-shadow-color: #625444;
    scrollbar-arrow-color: #625444;
    scrollbar-track-color: #93836a;
    scrollbar-darkshadow-color: #93836a;
    scrollbar-base-color: #625444;
    scrollbar-3d-light-color: #625444;
}

a:active {
    color: #93836a;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;   
}

a:link {
    color: #93836a;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #93836a;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #625444;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;    
}

.header {
    border: 1px solid #625444;
    background-color: #ffffff;
    color: #625444;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2pt;
    padding: 3px;
}

.stats {
    border: 1px solid #625444;
    background-color: #ffffff;
    color: #625444;
    font-size: 8pt;
    text-align: center;
    width: 70%;
}

.imgstyle {
    border: 1px solid #625444;
    background-color: #B9AB99;
    padding: 4px;
}

.foot {
    border-top: 1px dotted #625444;
    color: #625444;
    font-size: 10px;
    text-align: center;
}

table {
    color: #625444;
    font-size: 8pt;
}

b, i, strong {
    color: #625444;
    font-size: 8pt;
}

input, textarea { 
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    color: #625444;
    font-size: 8pt;
    border: 1px solid #625444;
    background-color: #ffffff;
}

select, option, submit, reset {    
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    font-size: 8pt;
    color: #625444;
    background-color: #ffffff;
}

fieldset {
   border: 0;
   margin: 0 0 12px 0;
   padding: 2px;
}

fieldset label {
   float: left;
   width: 50%;
}

fieldset input.input1, fieldset select {
   float: left;
   margin: 0 1%;
   width: 48%;
   margin-bottom: 5px;
}
