body {
    color: #bc722e;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #d38c4b;
}

body
	{
    scrollbar-face-color: #d38c4b;
    scrollbar-highlight-color: #d38c4b;
    scrollbar-shadow-color: #bc722e;
    scrollbar-arrow-color: #bc722e;
    scrollbar-track-color: #d38c4b;
    scrollbar-darkshadow-color: #d38c4b;
    scrollbar-base-color: #bc722e;
    scrollbar-3d-light-color: #bc722e;

}

a:active {
    color: #d38c4b;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;   
}

a:link {
    color: #d38c4b;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:visited {
    color: #d38c4b;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #bc722e;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;    
}

.header {
    border: 1px solid #bc722e;
    background-color: #eccdb0;
    color: #bc722e;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2pt;
    padding: 3px;
}

.stats {
    border: 1px solid #bc722e;
    background-color: #eccdb0;
    color: #bc722e;
    font-size: 8pt;
    text-align: center;
    width: 90%;
}

.imgstyle {
    border-bottom: 2px solid #bc722e;
    background-color: #eccdb0;
    padding: 3px;
}

.foot {
    border-top: 1px dotted #bc722e;
    color: #bc722e;
    font-size: 10px;
    text-align: center;
}

.navigate {
    border: 1px solid #bc722e;
    font-size: 8pt;
    text-align: left;
    text-transform: lowercase;
    margin-top: 1px;
    margin-bottom: 1px;
}

.navigate a:link {
    display: block;
    color: #bc722e;
    background-color: #eccdb0;
    font-weight: bold;
    text-decoration: none;
    padding: 1px;
}

.navigate a:active {
    display: block;
    color: #bc722e;
    background-color: #eccdb0;
    font-weight: bold;
    text-decoration: none;
    padding: 1px;
}

.navigate a:visited {
    display: block;
    color: #bc722e;
    background-color: #eccdb0;
    font-weight: bold;
    text-decoration: none;
    padding: 1px;
}

.navigate a:hover {
    display: block;
    color: #eccdb0;
    background-color: #bc722e;
    font-weight: bold;
    text-decoration: none;
    padding: 1px;
}

.navheader {
    color: #bc722e;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2pt;
    padding: 3px;
}

table {
    color: #bc722e;
    font-size: 8pt;
}

b, i {
    color: #bc722e;
    font-size: 8pt;
    text-transform: uppercase;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #bc722e;
    font-size: 8pt;
    border: 2px solid #bc722e;
    background-color: #eccdb0;
}

.form, select, option, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #bc722e;
    background-color: #eccdb0;
    border: 1px solid #bc722e;
}

a img {
    border: 0;
}