body {
    color: #2f3545;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #5e8e6f;
    background-image: url('bg.jpg');
}

html {
    scrollbar-3dlight-color: #5e8e6f;
    scrollbar-arrow-color: #5e8e6f;
    scrollbar-base-color: #5e8e6f;
    scrollbar-darkshadow-color: #5e8e6f;
    scrollbar-face-color: #2f3545;
    scrollbar-highlight-color: #5e8e6f;
    scrollbar-shadow-color: #5e8e6f;
    scrollbar-track-color: #5e8e6f;
}

a:active {
    color: #c76495;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;   
}

a:link {
    color: #c76495;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:visited {
    color: #c76495;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #2f3545;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;    
}

.letter {
    color: #c76495;
    font-family: georgia, times new roman, serif; 
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
    padding: 0px; 
    text-transform: uppercase;
}


.stats {
    width: 75%;
    border-bottom: 2px solid #c76495;
    background-color: #5e8e6f;
    color: #2f3545;
    font-size: 8pt;
    text-align: center;
}

.imgstyle {
    border-bottom: 2px solid #2f3545;
    background-color: #5e8e6f;
    padding: 3px;
}

.foot {
    border-top: 1px dotted #2f3545;
    color: #2f3545;
    font-size: 10px;
    text-align: center;
}

.navigate {
    color: #2f3545;
    font-size: 7pt;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: -10px;
}

.navigate a:link {
    display: block;
    border-bottom: 2px solid #c76495;
    background-color: #5e8e6f;
    color: #2f3545;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
    margin-top: -10px;
}

.navigate a:active {
    display: block;
    border-bottom: 2px solid #c76495;
    background-color: #5e8e6f;
    color: #2f3545;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
    margin-top: -10px;
}

.navigate a:visited {
    display: block;
    border-bottom: 2px solid #c76495;
    background-color: #5e8e6f;
    color: #2f3545;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
    margin-top: -10px;
}

.navigate a:hover {
    display: block;
    border-bottom: 2px solid #5e8e6f;
    background-color: #c76495;
    color: #2f3545;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
    margin-top: -10px;
}

table {
    color: #2f3545;
    font-size: 8pt;
    text-align: left;
}

b, i, strong, em {
    color: #2f3545;
    font-size: 8pt;
    text-transform: uppercase;
}

h1, h2 {
    font-family:georgia, times new roman, serif;
    font-size:13px;
    font-style: italic;
    color:#2f3545;
    letter-spacing:1px;
    text-transform:lowercase;
    border-bottom:2px solid #5e8e6f;
    margin:8px 0 9px 0;
    padding-left:2px;
    text-align: left;
}

h3 {
    font-family:georgia, times new roman, serif;
    font-size:13px;
    font-style: italic;
    color:#2f3545;
    letter-spacing:1px;
    text-transform:lowercase;
    margin:8px 0 9px 0;
    padding-left:2px;
    text-align: left;
}


input, textarea, select, option { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #2f3545;
    font-size: 8pt;
    border: 1px solid #2f3545;
    background-color: #5e8e6f;
    margin: 0 0 2px 0;
}

select {
   padding: 2px;
}

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: 155px; 
}

.input1 { 
    width: 55%; 
} 

.input2 { 
    padding: 5px 3px; 
    width: auto;
}

.tc {
   text-align: center;
}
