body {
    color: #325990;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font: 8pt;
    letter-spacing: 1px;
    background-image: url(bg.gif);
}

html {
    scrollbar-3dlight-color: #001873;
    scrollbar-arrow-color: #001873;
    scrollbar-base-color: #001873;
    scrollbar-darkshadow-color: #001873;
    scrollbar-face-color: #cec763;
    scrollbar-highlight-color: #001873;
    scrollbar-shadow-color: #001873;
    scrollbar-track-color: #001873;

}

a:active {
    text-decoration: none; 
    color: #325990;
    font-weight:bold;
    cursor: help;
    font-size: 8pt;   
}

a:link {
    text-decoration: none; 
    color: #325990;
    font-weight:bold;
    cursor: help;
    font-size: 8pt;
}

a:visited {
    text-decoration: none; 
    color: #325990;
    font-weight:bold;
    cursor: help;
    font-size: 8pt;
}

a:hover {
    color: #325990;
    text-decoration: underline;   
}

.header {
    clear:both;
    position: relative;
    margin:0 auto 0 auto;
    text-align:left;
    font: 12px tahoma;
    z-index:1;
    font-weight: bold;
    color: #325990;
    border: 1px dotted #a4a4a2;
    background-color: #c0c0c0;
    letter-spacing: 5px;
    padding-left: 5px;
    font-variant: small-caps;
}

.stats {
    border: 0px dotted #6cb27c;
    font-size: 8pt;
    text-align: left;
    width: 75%;
}

.imgstyle {
    border-bottom: 2px solid #634942;
    background-color: #c6ab97;
    padding: 3px;
}

.foot {
    border-top: 1px dotted #325990;
    color: #325990;
    font-size: 10px;
    text-align: center;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #325990;
    font-size: 8pt;
    border: 1px solid #325990;
    background-color: #e8efe7;
}

.form, select, option, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #325990;
    background-color: #e8efe7;
    border: 1px solid #325990;
}

td {
  font: 9pt arial;
}


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;
}
