﻿B
{
	    font-family: Helvetica;
	    font-weight: bold;
}

/*** START styles used for positioning ***/
DIV.div_top
{
}

/*** END styles used for positioning ***/

DIV.div_footer
{
    margin-top: 50px;
    position: absolute;
    left: 50px;
    padding-bottom: 50px;
}

/*** START styles page controls ***/
DIV.div_message
{
    width: 75%;
    border: solid 2px #005ABB;
    background-color: White;
    margin-right: 0px;
    margin-left: 30px;   
    /*color: #EE8A1D;*/
    color: #221973;
    font-family: Helvetica;
    padding: 0px 8px 0px 8px;
    vertical-align: middle;
    text-align: right;
    margin-top: 15px;
}

DIV.div_message_center_top
{
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    font-size: 10pt;
}

DIV.div_message_center_bottom
{
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    font-size: 10pt;
}

DIV.div_message_left_top
{
    text-align: left;
    padding-bottom: 5px;
    padding-top: 10px;
    font-size: 8pt;
}

DIV.div_message_left_bottom
{
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 8pt;
}

DIV.div_lst_header
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Helvetica;
    color: Black;
}
.lst_home
{
    font-weight:normal;
    font-size: 10pt;
    font-family: Helvetica;
    color: Black;
    margin-left: 17px;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 17px;
    padding-left: 0px;
}

/*** END styles page controls ***/






DIV.div_side_left
{
    border-width: 0px;
    padding: 0px, 0px, 0px, 0px;
    position: absolute;
    left: 0px;
    top: 131px;
}


A.lnk_omnibus
{
    /*  
    position: absolute;
    top: -100px;
    left: 575px;
    z-index: 2000;
    */
    
    float: right;
    text-decoration: 0;
    border: 0;
    outline: 0;
}



/*** Start Styles for Main table in Content Placeholders ***/
TABLE.tbl_main
{
    width: 100%;
}

TD.td_left_home
{
    width: 70%;
}

TD.td_right_home
{
    width: 30%;
    text-align: right;
}
