body {
    margin: 0px;
    background: #FFFCF5;
}

a.menupoint:link, a.menupoint:active, a.menupoint:visited {
    display: block;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #423E33;
    text-decoration: none;
}

a.menupoint:hover {
    display: block;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #dddddd;
    text-decoration: none;
}

p.content_heading {
    padding: 0px 0px 0px 10px;
    color: #423E33;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
}

p.content_subheading {
    padding: 20px 0px 0px 60px;
    color: #3A372E;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
}

p.message {
    font-size: 20px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: center;
}

table.content {
    padding: 0px 0px 0px 10px;
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
}

table.listcontent {
    width: 80%;
    font-family: sans-serif;
    font-size: 12px;
}

table.listcontent a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

table.listcontent a:hover {
    text-decoration: none;
    color: #A39FA0;
}

table.listcontent a#active {
    text-decoration: none;
    color: #A39FA0;
    font-weight: bold;
}

td.listheader {
    padding: 4px 0px 4px 6px;
    color: #A39FA0;
    background: #000;
    font-family: sans-serif;
    font-size: 12px;
    text-align: left;
}

td.listcontent {
    padding: 2px 0px 2px 6px;
    color: #000000;
    background: #A39FA0;
    font-family: sans-serif;
    font-size: 12px;
    text-align: left;
}

td.border {
    background: #fff;
}

td.main_head {
    background: url(images/head_background.gif) repeat-x;
    font-size: 24px;
    font-family: Verdana, sans-serif;
    color: #423E33;
    padding: 12px 0px 0px 12px;
    vertical-align: top;
    font-weight: bold;
}

td.main_head_user {
    background: url(images/head_background.gif) repeat-x;
    text-align: right;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    padding: 12px 12px 0px 0px;
    color: #ffffff;
}

td.menupoint {
    background: #F4F0E4;
    text-align: center;
    padding: 4px 0px 0px 0px;
    border-top: solid 1px #ACA7A1;
    border-bottom: solid 1px #ACA7A1;
}

td.menupoint_active {
    background: #A5A1A2;
    text-align: center;
    padding: 4px 0px 0px 0px;
}

td.datalabel {
    text-align: right;
    vertical-align: middle;
    padding: 0px 6px 0px 0px;
    width: 35%;
}

td.dataindextext {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding: 20px 0px 8px 6px;
    color: #A39FA0;
}

td.message {
    font-size: 12px;
    font-family: sans-serif;
    text-align: left;
    vertical-align: bottom;
}

.message#error {
    color: #ff0000;
}

.message#report {
    color: #00ff00;
}

.message#normal {
    color: #ee9700;
}
#subscribeform {
    padding-top: 0px;
    padding-left: 5px;
}
.subscribeform INPUT {
    background: #FFFCF5;
    border-left: solid 1px #979181;
    border-top: solid 1px #979181;
    border-right: solid 1px #5E5943;
    border-bottom: solid 1px #5E5943;
}