body {
    margin:0;
    padding:0;
    background-color:#ffffff;
}

body, table, form, input, textarea, select {
    font-family:Arial,Helvetica,Verdana,sans-serif;
    font-size:12px;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

table td { padding:0; }

img { border:0; }


.p { font-weight:normal; font-style:none; text-decoration:none; }
.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }
.bi { font-weight:bold; font-style:italic; }
.h1 { font-size:31px; font-weight:bold; }
.h2 { font-size:24px; font-weight:bold; }
.h3 { font-size:18px; font-weight:bold; }
.h4 { font-size:16px; font-weight:bold; }
.h5 { font-size:12px; font-weight:bold; }
.h6 { font-size:10px; font-weight:bold; }
.p1 { font-size:31px; } /* p as in 'plain' or 'paragraph'*/
.p2 { font-size:24px; }
.p3 { font-size:18px; }
.p4 { font-size:16px; }
.p5 { font-size:12px; }
.p6 { font-size:10px; }

.hl { text-align:left; }
.hc { text-align:center; }
.hr { text-align:right; }
.vt { vertical-align:top; }
.vc { vertical-align:middle; }
.vb { vertical-align:bottom; }
.fl { float:left; }
.fr { float:right; }
.max { width:100%; }
.halfmax { width:50%; }


.bg0  { background-color:#000; }
.bg1  { background-color:#fff; }
.bg01 { background-color:#eae9db; }
.bg02 { background-color:#d5d3b6; }
.bg04 { background-color:#1f5686; }
.bg05 { background-color:#213e58; }
.bg06 { background-color:#d8e6f1; }
.bg07 { background-color:#d9dbea; }
.bg08 { background-color:#a9c5de; }
.bg09 { background-color:#447db0; }

.red { color:#f00; }
.wht { color:#fff; }
.blk { color:#000; }
.clr03 { color:#17304e; }


#tbl_core {
    width:560px;
    padding:4px 4px 16px 4px;
    vertical-align:top;
    background-color:#fff;
}

#sidebarbox {
    width:205px;
    padding:2px;
    padding-left:0;
    vertical-align:top;
    background-color:#fff;
}
    #sidebar {
        padding:4px;
        background:#6996bc;
    }


.test1 { background:#ffdddd; }
.test2 { background:#ddddff; }
.test3 { background:#ddffdd; }
.tbl_test1 td { background:#ffdddd; border:1px solid red; }
.tbl_test2 td { background:#ddddff; border:1px solid blue; }
.tbl_test3 td { background:#ddffdd; border:1px solid #00ff00; }


/* RATES */
.tbl_rates {
    margin-bottom:16px;
    width:100%;
    background-color:#d8e6f1;
}
    .tbl_rates td {
        padding:0px 4px 2px 4px;
    }

    .th0 {
        font-size:12px;
        font-weight:bold;
        color:#fff;
    }

    .th1 {
        font-size:16px;
        font-weight:bold;
        color:#fff;
    }

.tbl_rates2 {
    margin-left:10%;
    width:80%;
    border:2px solid #213e58;
}
    .tbl_rates2 td {
        padding:0px 4px 2px 4px;
    }
/* RATES */