

table.standard_form
{
    border-style:ridge;
    background-color:#E3DDC5;
    border-collapse:collapse;
    line-height:2.0em;
    color:Black;
}

table.compressed_form
{
    border-style:ridge;
    background-color:#E3DDC5;
    border-collapse:collapse;
}

table.compressed_form *.center_group,
table.standard_form *.center_group 
{
    text-align:center;
}

table.standard_form tr.small 
{
    padding:0em 0em 0em 0em;
    border:0em;
}

table.standard_form td.small 
{
    line-height:1.5em;
    border:none;
    text-align:center;
    font-size:90%;
    font-weight:bold;
    border:0em;
    padding:0em 0em 0em 0em;
    color:Black;
}

table.standard_form th,
table.compressed_form th,
table.standard_form th.special
{
    border-bottom-style:solid;
    border-color:black;
    border-bottom-width:2px;
    text-align:center;
    font-size:150%;
    font-weight:bold;
    padding:0.2em 0 0.2em 0;
    color:Black;
}

/******************************************
   You must set the following font-size's
   as a group. 
******************************************/

table.standard_form td,
table.compressed_form td
{
    font-size:100%;
    vertical-align:middle;
    color:Black;
}

/* Allows nesting of tables to not multiply the above 90% font-size  */
table.standard_form td.undo
{
    font-size:100%;
    color:Black;
}

table.standard_form td.attention_line, table.standard_form tr.attention_line
{
    text-align:center;
    font-size:100%;
    font-weight:bold;
    padding:0.2em 0 0.2em 0;
    margin:0 0 0 0;
    line-height: 1em;
    color:Black;
}

table.standard_form td.right
{
    font-size:100%;
    text-align:right;
    color:Black;
}

table.standard_form label,
table.compressed_form label
{
    font-size:105%;
    font-weight:bold;
    vertical-align:middle;
    text-align:justify;
    vertical-align:middle;
    color:Black;
}

table.standard_form td textarea
{
    font-size:90%;
    color:Black;
    margin: 0.1em 0.1em 0.1em 0.1em;
}

table.standard_form td input, 
table.standard_form td select,
table.compressed_form td input, 
table.compressed_form td select
{
    font-size:90%;
    margin: 0.1em 0.1em 0.1em 0.1em;
    color:Black;
}

table.standard_form td input.no_margin
{
    font-size:90%;
    color:Black;
}

table.standard_form textarea.agreement
{
    font-weight:bold;
    background-color:#E3DDC5;
    color:black;
}

/******************************************
                End Group. 
******************************************/

table.standard_form td.last
{
    padding:0.2em 0.2em 0.2em 0.2em;
    color:Black;
}

/******************************************
                Attention
******************************************/

table.attention_form
{
    border-style:ridge;
    background-color:#E3DDC5;
    border-collapse:collapse;
    line-height:1.25em;
    color:Black;
}

table.attention_form th
{
    border-bottom-style:solid;
    border-color:black;
    border-bottom-width:2px;
    text-align:center;
    font-size:150%;
    font-weight:bold;
    padding:0.2em 0 0.2em 0;
    color:Black;
}

table.attention_form *.center_group 
{
    text-align:center;
    color:Black;
}

table.attention_form td 
{
    font-size:100%;
    font-weight:bold;
    vertical-align:middle;
    padding:0.2em 0.2em 0em 0.2em;
    color:Black;
}

