


a:link  
{
    text-decoration: none;
    color: #0e4359;
    font-weight:normal;
    background-color: transparent;
   
}

a:visited
{
    text-decoration: none;
    color: #0e4359;
    font-weight:normal;
    background-color: transparent;

}

a:active
{
    text-decoration: none;
    color: #0e4359;
    font-weight:normal;
    background-color: transparent;
    
}

a:hover 
{
    color: #990106;
    background-color: transparent;
    font-weight:normal;
    text-decoration: none;
    
    }

/*---list in centercol--*/


#centercol li
{
    padding:0px;
    margin-top:0px;
}
    
#centercol li a 
{
    text-decoration: none;
    font-size:10px;
    font-weight:normal;
    color:#000000;
    vertical-align:top;
    /*text-transform:uppercase;*/
}


#centercol ul
{
    list-style:none;
    /*margin-left:15px;*/
    margin-right:0px;
}

#centercol ul a:hover
{
    color: #92c4d2;
    background-color: transparent;
    font-weight:normal;
    text-decoration: none;
}
