﻿BODY
{
    /*background-color: #FDDEB3;*/
    background-color: White;
}

/*** Used for Segment headers ***/
DIV.div_header
{
    font-weight:bolder;
    font-size: 12pt;
    font-family: Helvetica;
    color: #221973;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

DIV.div_text
{
    font-weight:normal;
    font-size: 10pt;
    font-family: Helvetica;
    color: Black;
    margin-bottom: 15px;
}

DIV.div_text_first_paragraph
{
}

DIV.div_text_paragraph
{
    margin-top: 10px;
}

A
{
    color: #005ABB;
    text-decoration: none;
}

DIV.div_section_header
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Helvetica;
    color: Black;
    margin-bottom: 3px;
}


A.lnk_omnibus
{
    /*  
    position: absolute;
    top: -100px;
    left: 575px;
    z-index: 2000;
    */
    
    float: right;
    text-decoration: 0;
    border: 0;
    outline: 0;
}




/** Test Styles **/

IMG.img_portal_top
{
   vertical-align: bottom;
}

IMG.img_portal_side
{
   vertical-align: top;
}


