body {
    height: 100%;
}

body.top {
    background-color: #75db8e;
    margin: 0px;
    height: 100%;
}

body.bottom {
    background-color: #75db8e;
    margin: 0px;
    height: 100%;
}

body.content {
    background-image: url(../img/cg/background_content4.jpg);
    background-repeat: no-repeat;
    background-color: #ffffa8;
    background-position: top left;
    background-attachment: fixed;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #ffffa8;
    scrollbar-track-color: #ffffa8;
    scrollbar-face-color: #cccca8;
    height: 100%;
}

body,p,td,center {
    font-family: arial,helvetica,sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
}

.fs7n {
    font-size: 7pt;
    font-weight: normal;
}

.8n {
    font-size: 8pt;
    font-weight: normal;
}

.8b {
    font-size: 8pt;
    font-weight: bold;
}


