/* Main Menu Styles */
.MainMenu{
    font-family: Tahoma;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    background-color: #f7c400;
    text-decoration: none;
}

.MainMenu a{
    color: #000000;
    text-decoration: none;
}

.MainMenuHighlight{
    font-family: Tahoma;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    background-color: #7E8CAF;
    text-decoration: none;


}

.MainMenuHighlight a{
    color: #000000;
    text-decoration: none;
}

/* Services Styles */
.ServiceMenu{
    font-family: Tahoma;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.ServiceMenu a{
    color: #000000;
    text-decoration: none;
}

.ServiceMenuHighlight{
    font-family: Tahoma;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;


}

.ServiceMenuHighlight a{
    color: #03AA53;
    text-decoration: none;
}

/* Page Links Styles */
.PageLinksMenu{
    font-family: Tahoma;
    color: #03AA53;
    font-size: 16px;
    font-weight: normal;
}

.PageLinksMenu a{
    color: #03AA53;
}

.PageLinksMenuHighlight{
    font-family: Tahoma;
    color: #03AA53;
    font-size: 16px;
    font-weight: normal;
}

.PageLinksMenuHighlight a{
    color: #000000;
}

h1 { 
    font-family: Tahoma;
    text-decoration: none; 
    font-size: 11pt;
    font-weight: normal;
    margin-top:0px;
    margin-bottom:0px;
 
}

h2 { 
    font-family: Tahoma;
    text-decoration: none; 
    font-size: 16pt;
    font-weight: normal;
    margin-top:0px;
    margin-bottom:15px;

}

h3 { 
    font-family: Tahoma;
    text-decoration: none; 
    font-size: 10pt;
    font-weight: normal;

}
