body {
    color: #582c29;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #582c29;
    text-align: left;
}

html {
    scrollbar-3dlight-color: #582c29;
    scrollbar-arrow-color: #582c29;
    scrollbar-base-color: #582c29;
    scrollbar-darkshadow-color: #582c29;
    scrollbar-face-color: #9fbe95;
    scrollbar-highlight-color: #582c29;
    scrollbar-shadow-color: #582c29;
    scrollbar-track-color: #582c29;
}

a { 
    text-decoration: none; 
    color: #852f56;
    font-weight:bold;
    cursor: help;
    font-size: 8pt;
}

a:hover {
    color: #1c275f;
}

.header {
    clear: both;
    margin: 0 auto 0;
    text-align: left;
    font: 12px tahoma;
    z-index: 1;
    font-weight: bold;
    color: #582c29;
    border-bottom: 1px dotted #582c29;
    letter-spacing: 5px;
    font-variant: small-caps;
}

.imgstyle {
    border-bottom: 2px solid #000000;
    background-color: #d8c5d3;
    padding: 3px;
}

.foot {
    border-top: 1px dashed #582c29;
    color: #582c29;
    font-size: 10px;
    text-align: center;
}

p, table, .credit {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

b, i, strong, em {
    color: #582c29;
    font-size: 8pt;
    text-transform: uppercase;
}

input, textarea, select, option { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #582c29;
    font-size: 8pt;
    border: 1px solid #582c29;
    background-color: #dddddd;
    padding: 2px;
    margin: 0 0 2px 0;
}

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: 195px; 
}

.input1 { 
    width: 51%; 
} 

.input2 { 
    padding: 5px 3px; 
    width: auto;
}

.tc {
   text-align: center;
}
