﻿body {
    font-family: Verdana, Helvetica, sans-serif;
}


#header {
    width: 100%;
    color: Black;
    background-color: white;
    display: block;
    height: 45px;
    border-right: #3c746b 1px solid;
    border-top: #3c746b 1px solid;
    border-left: #3c746b 1px solid;
    border-bottom: #3c746b 1px solid;
}

#headerSlogonText {
    text-align: center;
    font-size: larger;
    color: #006699;
    font-weight: bold;
    display: block;
    position: relative;
    top: 10px;
}


#main {
    width: 100%;
    margin-top: 0em;
    margin-right: auto;
    margin-bottom: 0em;
    margin-left: auto;
    text-align: left;
    background-color: #ffffff;
    height: auto;
}

#footer {
    width: 100%;
    background-color: white;
    display: block;
    position: relative;
}

#footerCopyright {
    font-size: 70%;
    float: right;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 5px;
}

#mainContent {
    width: 99.1%;
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
}

.money {
    color: Green;
}

.moneyNeg {
    color: Red;
}