body {
    color: #655239;
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    font-size: 8pt;
    background-color: #9c8058;
}

body
	{
    scrollbar-face-color: #9c8058;
    scrollbar-highlight-color: #9c8058;
    scrollbar-shadow-color: #cabaa3;
    scrollbar-arrow-color: #cabaa3;
    scrollbar-track-color: #9c8058;
    scrollbar-darkshadow-color: #9c8058;
    scrollbar-base-color: #cabaa3;
    scrollbar-3d-light-color: #cabaa3;

}

a:active {
    color: #9c8058;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;   
}

a:link {
    color: #9c8058;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:visited {
    color: #9c8058;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #655239;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;    
}

.header {
    border: 1px solid #655239;
    background-color: #e7ded3;
    color: #655239;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2pt;
    padding: 3px;
}

.stats {
    border: 1px solid #655239;
    background-color: #e7ded3;
    color: #655239;
    font-size: 8pt;
    text-align: center;
    width: 70%;
}

.imgstyle {
    border: 1px solid #655239;
    background-color: #B9AB99;
    padding: 4px;
}

.foot {
    border-top: 1px dotted #655239;
    color: #655239;
    font-size: 10px;
    text-align: center;
}

table {
    color: #655239;
    font-size: 8pt;
}

b, i, strong {
    color: #655239;
    font-size: 8pt;
}

input, textarea { 
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    color: #655239;
    font-size: 8pt;
    border: 1px solid #655239;
    background-color: #e7ded3;
}

.form, select, option, submit, reset {    
    font-family: Times New Roman, Trebuchet MS, Georgia, Tahoma, Verdana;
    font-size: 8pt;
    color: #655239;
    background-color: #e7ded3;
    border: 1px solid #655239;
}

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;
}
