
h1
{
    margin:               0 0 20px 0;
    padding:              0 0 0 0;

    font-family:          'FontFaceBold', Arial, Helvetica, sans-serif;
    font-size:            34px;
    line-height:          38px;
    font-weight:          normal;
    text-align:           left;
    color:                #293189}
    h1 a
    {
        text-decoration:      inherit;
        font-weight:          inherit;
        color:                inherit;
    }

h2
{
    margin:               0 0 10px 0;
    padding:              5px 0 0 0;

    font-family:          'FontFaceBold', Arial, Helvetica, sans-serif;
    font-size:            28px;
    line-height:          31px;
    font-weight:          normal;
    text-align:           left;
    color:                #545aa1}
    h2 a
    {
        text-decoration:      inherit;
        font-weight:          inherit;
        color:                inherit;
    }

h3
{
    margin:               0 0 8px 0;
    padding:              0 0 0 0;

    font-family:          'FontFace', Arial, Helvetica, sans-serif;
    font-size:            16px;
    line-height:          19px;
    font-weight:          normal;
    text-align:           left;
    color:                #6a6fad}
    h3 a
    {
        text-decoration:      inherit;
        font-weight:          inherit;
        color:                inherit;
    }

  
p
{
    margin:               0 0 10px 0;
    padding:              0 0 0 0;

    font-family:          'FontFace', Arial, Helvetica, sans-serif;
    font-size:            13px;
    line-height:          16px;
    text-indent:          0px;
    text-align:           justify;
    font-weight:          normal;
    color:                #4b4b4b}

 
ul
{
    list-style:           square;
    margin:               0 0 10px 0;
}

    li
    {
        font-family:          'FontFace', Arial, Helvetica, sans-serif;
        font-size:            13px;
        line-height:          16px;
        text-indent:          0px;
        text-align:           justify;
        font-weight:          normal;
        color:                #4b4b4b    }

a
{
    cursor:               pointer;
}
    a:hover,
    h1 a:hover,
    h2 a:hover,
    h3 a:hover
    {
        color:               blue;
        text-decoration:     underline;
    }
    a:hover,
    h1 a:active,
    h2 a:active,
    h3 a:active
    {
        color:               red;
        text-decoration:     underline;
    }
    
strong,
b
{
    font-family:          'FontFaceBold', Arial, Helvetica, sans-serif;
    font-weight:          normal;
}
    
table
{
    margin:               0;
    padding:              0;
    
    border-collapse:      collapse;
    
    border:               1px solid black;
}

    thead
    {
        padding:              0;
        
    }

        th
        {
            padding:              0 0 0 0;
            
            font-family:          'FontFaceBold', Arial, Helvetica, sans-serif;
            font-size:            12px;
            line-height:          15px;
            text-indent:          0px;
            text-align:           justify;
            font-weight:          bold;
            color:                black;
            
            background-color:     gray;
            
            border:               1px solid black;
        }
    
    tbody
    {
        padding:              0 0 0 0;
    }
        tr
        {
        
        } 
        
            td
            {
                padding:              0 0 0 0;

                font-family:          'FontFace', Arial, Helvetica, sans-serif;
                font-size:            12px;
                line-height:          15px;
                text-indent:          0px;
                text-align:           justify;
                font-weight:          normal;
                color:                gray;
                
                background-color:     #ececec;
                
                border:               1px solid #555555;
            }
            
            td.lighter
            {

                background-color:     #e2e2e2;
            }

table.noStyledTable
{
    border:               none;
    background:           none;
}
    table.noStyledTable td
    {
        border:               none;
        background:           none;
    }