body {
    font-family: sans-serif;
    font-size: 12px;
    color: #000000;
}

sub {
    font-family: sans-serif;
    font-size: 8px;
    color: #000000;
    line-height: 50%;
}

a {
   text-decoration: none;
   font-weight: bold;
   font-size: 12px;
   color: #2040a0;
}

a:hover {
   text-decoration: underline;
   font-weight: bold;
   font-size: 12px;
   color: #2040a0;
}

.bordered {
    margin:10px 20px;
    padding: 10px;
}

.tbl_head {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    background-color: #ac391c;
    border:2px #ac391c solid;
}

.tbl_row {
    font-family: sans-serif;
    font-size: 12px;
    color: #000000;
    border:1px #ac391c solid;
    padding: 5px;
}

.tbl_row_red {
    font-family: sans-serif;
    font-size: 12px;
    color: #ff0000;
    border:1px #ac391c solid;
    padding: 5px;
}

.button {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    background-color:#d6a696;
    border:solid 2px #ac391c;
}

.banner {
    border:1px #ac391c solid;
    margin: 10px;
}

.active_step {
    font-size:12px;
    color:#000000;
}

.inact_step {
    font-size:12px;
    color:#c0c0c0;
}

.comp_step {
    font-size:12px;
    color:#606060;
}

