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