

body, td {
    
    background-color: #999999;
    
    color: #003366;
    font-size: 13pt;
}

#tblMain {
    border: solid 3px black;
    width: 796px;
    margin-left: auto;
    margin-right: auto;
}

#tblFoot {
    margin-left: auto;
    margin-right: auto;
}

#tblFoot td {
    font-size: 7pt;
}

#cellLogo {
    width: 319px;
}

#cellNav {
    width: 478px;
    height: 110px;
    background-image: url(../images/bg-nav.jpg);
    background-repeat: no-repeat;
}

#cellUnderHead {
    background-image: url(../images/bg-under-header.jpg);
    background-repeat: no-repeat;
    height: 91px;
}

.headerCell h1 {
    font-size: 18pt;
    font-weight: bold;
    color: #003366;
}