.btnNav 
{
    /*background-color: #d6d6d6;*/
    width:80px;
    height:30px;
    margin-top:0px;
}            
    
.btnNav a:link
{
    color:#003e7e;
    text-decoration:none;  
}

.btnNav a:hover
{
    color:#003e7e;
    font-weight:bold; 
    text-decoration:none;  
}

.btnNav a:visited
{
    color:#003e7e;
    text-decoration:none;  
}                

.ctnContact
{
    text-align:right;
    color:#003e7e;
    font-size:12px;
}

.ctnBack
{
    color:#4f4f4f; 
    background-color :#e6e6e6;
    padding: 2px 2px 2px 2px;
    width:60px;
    border: solid 1px #afafaf; 
}

.ctnBack a:link
{
    color:#4f4f4f; 
    text-decoration:none;  
}

.ctnBack a:hover
{
    color:#4f4f4f; 
    font-weight:bold; 
    text-decoration:none;  
}

.ctnBack a:visited
{
    color:#4f4f4f; 
    text-decoration:none;  
}       

.btnService
{
    position:absolute;
    width:480px;
    height:30px;
    background-color:#d6d6d6;
    text-align:center;
    padding-top:10px;
    border: solid 1px #c6c6c6;
    cursor:hand;            
}

.btnService a:visited
{
    color:#003e7e;
    text-decoration:none;             
}

.btnService a:link
{
    color:#003e7e;
    text-decoration:none;             
}        

.btnService a:hover
{
    color:#003e7e;
    font-weight:bold;  
    text-decoration:none;             
} 