﻿/*/ content_block3 starts //*/
.content_block3
{
    position:relative;
    background-color: #336CCA;
    margin: 0px;
    padding: 0px;
    color: White;
    text-align: left;
}


TABLE .content_block3
{
    background-color: #336CCA;
    margin-left: 0px;
    margin-right: 0px;
    color: White;
    width: 100%;
}

.content_block3 .heading
{
    background: #fffacd;
    padding: 4px 0px 4px 4px;
    color: #C43C00;
    font-weight: bold;
    border: solid 1px orange;
    font-size: 11px;
}

.content_block3 .separator
{
    color: #336CCA;
}
.content_block3 .contents
{
    background: #fff;
    padding: 4px 9px 4px 4px;
    color: Black;
    border: orange 1px solid;
    border-top: none;
   text-align: left;
    font-size: 11px;  
}

.content_block3 ul
{
    list-style-image: url(../images/bulletlink.gif);        
    font-size: 11px;
    margin-left: 0px;
}
.content_block3 li
{
    line-height: 14px; 
    font-size: 11px;
    margin-left: 5px;
}

.content_block3 .contents H2
{
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.content_block3 .contents A
{
      color: red;
        text-decoration: underline;
        background-color: white;
}
.content_block3 .contents TR
{
    padding-bottom: 5px;
}


    /*/ link //*/
    .content_block3 .contents A,.content_block3 .contents A:link,.content_block3 .contents A:active,.content_block3 .contents A:visited
    {
        color: black;
        text-decoration: underline;
        background-color: white;
        
    }

    .content_block3 .contents A:hover
    {
        color: Black;
        text-decoration: none;
        background: #F4F4F4;
    }
    
    /*/ link //*/
/*/ content_block3 ends //*/
