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