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