﻿.topband
{
    background-color:#231f20;
    width:100%;    
    color:#FFFFFF;
    font-family:Arial;
    font-size:10pt;
    height:25px;
}
.menu
{
    background-color:#3b4850;
    color:#FFFFFF;   
    text-align:center;
    font-family:Arial;  
    font-size:9pt;
    font-weight:bold;
    cursor:pointer;  
    height:30px;   
    width:12.5%;
    padding:1px 1px 1px 1px;  
}
.menu:hover
{
    background-color:#f8951d;
}
.text
{
    font-family:Arial;
    font-size:9pt;
    color:#000000;
    text-align:justify;
    padding:10px 10px 10px 10px;
    /*background-color:#e6e7e8;*/
}
.text a
{
    text-decoration:underline;
    color:#000000;
}
.text a:hover
{
    text-decoration:underline;
    color:Red;
}
.footer
{
    FONT-SIZE: 9pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
    height:25px;
    line-height:25px;
    background:#135D62;
}
.sitemap
{
    font-family:Tahoma;
    font-size:8pt;
    color:#00443A;
}
.sitemap a
{
    color:#00443A;
    font-family:Tahoma;
    font-size:8pt;
}
.sitemap a:hover
{
    color:Red;
    font-family:Tahoma;
    font-size:8pt;
}

.hyperlink a
{
    background-color:#231F20;
    border:solid 1px #061E5C;
    text-decoration:none;
    color:#FFFFFF;
    padding:5px;
    font-size:10pt;    
    cursor:pointer;    
}

.hyperlink a:hover
{
    background-color:#188F7C;    
    text-decoration:none;
    padding:5px;    
    color:#FFFFFF;
}

.sponsorstitle
{
    background-color:#3F718C;        
    color:White;
    text-align:center;
    font-family:Tahoma;
    height:20px;   
    font-size:9pt; 
    font-weight:bold;
}