body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #191667;
    background-color: #E2E2E2;
}

table {border-collapse: collapse; padding: 0px}
table.spacer {border-collapse: collapse; padding: 0px; height: 5px}

.title {font-family: arial; font-size: 16pt; color: #E70506; font-weight: bold}
.text {font-family: arial; font-size: 9pt; color: #023F7F}
.white {font-family: arial; font-size: 9pt; color: #FFFFFF}
.blue {font-family: arial; font-size: 9pt; color: #023F7F}
.blue_b {font-family: arial; font-size: 9pt; color: #023F7F; font-weight: bold}

.error {font-family: arial; font-size: 9pt; color: #FF0000; font-weight: bold}
.b_error {border-style: solid; border-color: #FF0000; padding: 0cm 1.0cm}
.success {font-family: arial; font-size: 9pt; color: #008000; font-weight: bold}
.b_success {border-style: solid; border-color: #008000; padding: 0cm 1.0cm}
.updated {font-family: arial; font-size: 10pt; color: #FF0000; font-weight: bold}

.font_red {font-family: arial; font-size: 9pt; color: #FF0000; font-weight: bold}
.b_white {font-family: arial; font-size: 9pt; color: #FFFFFF; font-weight: bold}

/* Links for links*/
a:link {color: #E70506; text-decoration: none}
a:visited {color: #E70506; text-decoration: none}
a:hover {text-decoration: underline}

/* Table Background*/
.tbl_background {
    background-color: #FFFFFF;
    background-image: url(/images/background.gif);
    background-repeat: repeat-y;
    border: 0px solid #023F7F;
    width: 787px;
    height: 100%;
}

.tbl_body {
    background-color: #FFFFFF;
    width: 766px;
    height: 100%;
    border: 0px solid #023F7F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #333333
}

.tbl_header_top {
    background-color: #FFFFFF;
    background-image: url(/images/header_top.gif);
    background-repeat: no-repeat;
    width: 766px;
    height: 13px;
}