/*
 * All we really need to do is hide ugly page navigation sections.
*/

body {
    font-family: Verdana, sans-serif;
}

/* header */
    div#hdr_cardgate {
        float: left;
        width: 235px;
        margin-top: 0.5em;
    }
    div#hdr img {
        border: 0;
    }
    div#hdr_commbank {
        float: right;
        font-size: 70%;
        width: 34em;
        min-width: 285px;
        text-align: center;
    }
    
    .statement {
        text-align: center;
    }

hr {
    clear: both;
    visibility: hidden;
    height: 0;
}

div#nav, div#ftr, div#main_nav, div.rounded, span#crumbs {
    display: none;
}

.noprint {
    display: none;
}
