div.header,
div.footer {
    width: 99%;
    overflow: hidden;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    background-color: #CBE5CB;
    padding: 3px 0 3px 0;
    border: solid 2px #408CD9;
    border-left: 0;
}
div.header {
    border-top: 0;
}
div.footer {
    border-top: solid 1px #666666;
    border-bottom: 0;
}
