
body {
        margin: 0px;
        padding: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        color: #888888;
        background: #ffffff;
}

#container {
        visibility: visible;
        position: absolute;
        width: 500px;
        height: 604;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -302px;
        padding: 0px 0px 0px 0px;
        text-align: left;
        background-color: #ffffff;      
}


/**************************************************************************
diverse
**************************************************************************/
h2 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #999999;
}
h3 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #999999;
}
h4 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 8px;
        font-weight: bold;
        color: #999999;
}
p {
        margin: 0px 0px 0px 0px;
        color: #888888;
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        text-align: center;
        line-height:18px;
}
ul {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}
li {
        margin: 0px 0px 0px 25px;
        padding: 0px 0px 0px 0px;
        list-style-type: disc;
        list-style-position: outside;
}
a {
        color: #111111;
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
}
a.bottom {
        color: #333333;
        text-decoration: underline;
}
