/* this group sets the normal link colors */

a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline overline;
}

a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

body {
    background: #000000;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    scrollbar-3dlight-color: #43670A;
    scrollbar-arrow-color: #E0E0E0;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #E0E0E0;
    scrollbar-shadow-color: #000000;
    scrollbar-track-color: #43670A;
}

p, td, li, ul, table {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}

h1 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12pt;
}

table.amain {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    width: 770px;
}

.mainimage {
    height: 390px;
    width: 300px;
    vertical-align:top;
}

.middleimage {
    height: 390px;
    width: 160px;
    vertical-align:top;
}


.body{
    background-color: #E0E0E0;
    padding: 5px;
    vertical-align: top;
}

.copyright{
    background-color: #000000;
    color: #43670A;
    font-size: 7pt;
    font-weight: bold;
    text-align: right;
}
.copyright a:active, .copyright a:visited, .copyright a:LINk{
    color: #43670A;
}

.header{
    background-color: #000000;
    color: #E0E0E0;
    font-weight: bold;
    height: 25px;
    padding: 5px;
}

.headerbody{
    background-color: #E0E0E0;
    color: #000000;
    height: 360px;
    padding: 5px;
    vertical-align: top;
}

.leftbottom{
    background-color: #43670A;
    padding: 5px;
}

.rightbottom{
    background-color: #43670A;
    padding: 5px;
}

