body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url(../images/background.png);
    background-attachment: fixed;
}
#construction
{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}
#underconstruction
{
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -150px;
    z-index: 1;
}
#ad
{
    position: absolute;
    bottom: 10px;
    width: 99%;
    text-align: center;
    z-index: -1;
}
img
{
    border: 0px;
}
a:link, a:visited
{
    text-decoration: none;
    color: #0066CC;
}
a:hover, a:active
{
    text-decoration: underline;
    color: #80C0FF;
}
input, select, option
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formElement
{
    border: 2px #000000 solid;
    color: #000000;
    background-color: #FFFFFF;
}
.textInput
{
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    border: 2px #000000 solid;
    color: #000000;
    background-color: #FFFFFF;
}
.bold
{
    font-weight: bold;
}
.underline
{
    text-decoration: underline;
}
.italic
{
    font-style: italic;
}