a:link {
 color: #505030;
 text-decoration: underline
}
a:visited {
 color: #202000;
 text-decoration: underline
}
a:active {
 color: #707040;
 text-decoration: underline
}
a:hover {
 color: #F8F8EE;
 background-color: #606030;
 text-decoration: none;
}

body {
 color: #000000;
 background-color: #EEEEBB;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

body table {
 font-size: 12px;
}

h1 {
 color: #000000;
 font-size: 18px;
 font-weight: bold;
 margin: 0px;
 background-color: #E0E0D0;
}

h2 {
 color: #000000;
 font-size: 16px;
 font-weight: bold;
 background-color: #E0E0D0;
}

h3 {
 color: #000000;
 font-size: 14px;
 font-weight: bold;
 background-color: #D0D0D0;

}

h4 {
 color: #000000;
 font-size: 12px;
 font-weight: bold;
 text-decoration: underline
}

h5 {
 color: #000000;
 font-size: 11px;
 font-weight: bold;
}

hr {
 color: #808080;
}

.main {
 color: #000000;
 background-color: #F8F8EE;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

.maintable {
 text-align: left;
 margin-top: 6px;
 margin-bottom: 4px;
 margin-left: 6px;
}

.maintable td {
 vertical-align: top;
}


.headfoot {
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 vertical-align: middle;
 text-align: center;
}

p,h1,h2,h3 {
 margin-left: 6px;
 margin-right: 6px;
 text-align: justify;
}

.menu {
 color: #000000;
 background-color: #F8F8EE;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 vertical-align: top;
}

.menu td {
 color: #000000;
 border-left: 1px solid #606030;
 border-right: 1px solid #606030;
 border-bottom: 1px solid #606030;
}

.menu p {
 margin-left: 8px;
 margin-right: 8px;
 margin-top: 2px;
 margin-bottom: 3px;
 text-align: left;
}

.menuhead {
 background-color: #E0E0E0;
 font-weight: bold;
 text-align: left;
 border-top: 1px solid #606030;
}



