.tbl,.tbl_header,.tbl_subheader,.tbl_inverted,.tbl_topaligned,.tbl_topaligned_inverted
    {
    font-size: x-small;
}

.tbl_header,.tbl_subheader,.tbl_title {
    font-weight: bold;
}

.tbl_title {
    font-size: small;
}

.tbl_header {
    background-color: #003300;
    color: #ffffff;
}

.tbl_subheader {
    background-color: #cccccc;
    color: #000000;
}

.tbl_topaligned,.tbl_topaligned_inverted {
    vertical-align: top;
}

.tbl_inverted,.tbl_topaligned_inverted {
    background-color: #eeeeee;
}

p.tbl,p.tbl_title {
    text-align: center;
}

.notice {
    font-size: x-small;
    color: #660000;
}

.flowBack {
    text-align: left;
}

.flowNext {
    text-align: right;
}

table.two_columns tr td {
    padding: 5px 5px 5px 5px;
}

table.error_report {
    border-collapse: collapse;
    border: 0;
    padding: 0;
    font-size: x-small;
}

table.error_report tr td {
    border: solid 1px black;
    font-size: x-small;
    vertical-align: top;
}