body
{
    padding: 0;
    margin: 0 auto;
    font-family: tahoma;
    font-size: 10pt;
    color: white;
    background-color: black;
    height: auto;
    position: relative;
    vertical-align: top;
}

table
{
    border-spacing: 0px;
}

p
{
    margin: 0px;
}


div.footer
{
    height: 22px;
    color: gray;
    text-align: center;
    margin-top: 10px;
    padding-top: 6px;    
    border: solid 1px #303030;
    background-color: black;
}

div.header
{
    width: 100%;
}

div.main
{
    margin-top: 20px;
}

span.spwhite
{
    color: white;
}

span.sprufous
{
    color: #FF6000;
}

span.spred
{
    color: red;
}
