body {
}
form
{
    margin: 0px;
    padding: 0px;
}


.table_form
{
    border-top: 1px solid #CBC4A9;
    border-left: 1px solid #CBC4A9;
    background-color: #EDE4CB;
}
.table_form tr td
{
    border-right: 1px solid #CBC4A9;
    border-bottom: 1px solid #CBC4A9;
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    padding: 4px;
    vertical-align: top;
}

.td_required
{
    font-weight: bold;
}



/* HTML REPLACEMENTS */
.div_header
{
    font-family: Verdana;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 18px;
    font-weight: bold;
    color: #000;
}
.div_error
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: red;
}
.div_subheader
{
    font-family: Verdana;
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: bold;
    color: #333;
}
.a_subheader
{
    font-family: Verdana;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: bold;
    color: #333;
}



.div_paragraph
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: Black;
}

.div_crumb
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: Black;
}