body {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-image: url(images/bg.gif);
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #CCCCCC;
}
a:link {
        text-decoration: none;
        color: #FFFFFF;
}
a:active {
        text-decoration: none;
        color: #FFFFFF;
}
a:visited {
        text-decoration: none;
        color: #FFFFFF;
}
a:hover {
        text-decoration: underline;
        color: #FFFF00;
}
table {
        border-collapse: collapse;
}
p {
        text-align: justify;
}
hr {
        border-style: noshade solid;
        width: 100%;
        height: 1px;
        color: #FF0000;
}

td {
        align: center;
}
.maintable {
        width: 800px;
        background-color: #5B5B5B;
        letter-spacing: 0px;
        word-spacing: 0px;
        border-width: 1px;
        border-style: solid;
        border-color: black;
}
.toptd {
        width: 100%;
        background-image: url(images/top.jpg);
        font-size: 10px;
        font-weight: normal;
        text-align: center;
}
.top2td {
        width: 100%;
        background-image: url(images/top2.jpg);
        font-size: 11px;
        font-weight: normal;
        text-align: center;
}
.topic {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
}
.desc {
        font-size: 11px;
        font-weight: normal;
}
.formfeld {
        font-size: 11px;
        background: #FFFF80;
        border-color: #FF0000;
        border-width: 1px;
        border-style: solid;
        color: #606060;
        font-weight: bold;
}
.contenttable {
        width: 100%;
        border: 0px solid #000000;
        border-spacing: 20px;
}