body {
    background-color:           #FDFBE5;
    font-family:                verdana, sans-serif;
    font-size:                  10pt;
    color:                      #01581D;
    scrollbar-base-color:       #245834;
    scrollbar-3dlight-color:    #01581D; 
    scrollbar-arrow-color:      #01581D;
    scrollbar-darkshadow-color: #A1AC82;
    scrollbar-face-color:       #FFF4C6;
    scrollbar-highlight-color:  #A1AC82;
    scrollbar-shadow-color:     #01581D;
    scrollbar-track-color:      #FFF4C6;
}
td {
    background-color:   #FFF4C6;
    font-family:        verdana, sans-serif;
    font-size:          10pt;
    color:              #01581D;
}
h1 {
    font-size:          12pt;
    padding-left:       10px;
    padding-top:        15px;
    padding-bottom:     5px;
    margin-top:         0px;
    margin-bottom:      0px;
}
h2 {
    font-size:          10pt;
    padding-left:       15px;
    padding-top:        7px;
    padding-bottom:     7px;
    margin-top:         0px;
    margin-bottom:      0px;
    text-decoration:    underline;
}
p {
    margin-top:         0px;
    margin-bottom:      0px;
    padding-left:       10px;
    padding-bottom:     5px;
    padding-top:        5px;
}
ul {
    margin-top:         -3px;
    margin-bottom:      0px;
}
hr {
    width:              30%;
    text-alignment:     center;
}
img { float: right; }
input {
    background-color:   #FFF4C6;
    font-family:        verdana, sans-serif;
    font-size:          10pt;
    color:              #01581D;
    border-style:       solid;
    border-color:       #01581D;
    border-width:       1px;
}
textarea {
    background-color:   #FFF4C6;
    font-family:        verdana, sans-serif;
    font-size:          10pt;
    color:              #01581D;
    border-style:       solid;
    border-color:       #01581D;
    border-width:       1px;
}
acronym {
    cursor:             help;
}
a:link {
    color:              #01581D;
    text-decoration:    underline;
}
a:visited {
    color:              #01581D;
    text-decoration:    underline;
}
a:active {
    color:              #01581D;
    text-decoration:    underline;
}
a:hover {
    color:              #01581D;
    text-decoration:    none;
}
div.divMain {
    position:           absolute;
    left:               50%;
    top:                50%;
    width:              650px;
    height:             400px;
    margin-left:        -300px; 
    margin-top:         -200px;
    background-color:   #FDFBE5;
    color:              #01581D;
    background-image:   url(back.jpg);
}
div.divContent {
    width:              444px;
    height:             344px;
    overflow:           auto;
    top:                6px;
    left:               6px;
    position:           absolute;
    padding-right:      10px;
}
div.divMenu {
    position:           absolute;    
    width:              130px;
    height:             194px;
    overflow:           auto;
    top:                6px;
    left:               470px;
}
div.divMenu ul { margin: 0; padding: 0; list-style: none; }
div.divMenu ul li { margin: 0; padding: 0; }
table.tblContact {
    margin-top:         0px;
    margin-bottom:      0px;
    margin-left:        10px;
    padding:            10px;
    border-color:       #01581D;
    border-width:       1px;
    border-style:       dashed;
}
table.tblLogin {
    margin-top:         0px;
    margin-bottom:      0px;
    margin-left:        10px;
    padding:            10px;
    border-color:       #01581D;
    border-width:       1px;
    border-style:       dashed;
}
.extra { position: absolute; left: -9999px; }
