/* Main Menu Styles */
.MainMenu{
    font-family: Century Gothic, Tahoma, Arial;
    color: #B54645;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

.MainMenu a{
    color: #B54645;
    text-decoration: none;
}

.MainMenuHighlight{
    font-family: Century Gothic, Tahoma, Arial;
    color: #B54645;
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
}

.MainMenuHighlight a{
    color: #B54645;
    text-decoration: none;
}

.MainMenuSelected {
    font-family: Century Gothic, Tahoma, Arial;
    color: #B54645;
    font-size: 12pt;
    font-weight: bold;
    background-color: #FFFFFF;
    text-decoration: none;
}


/* Services Styles */
.ServiceMenu{
    font-family: Century Gothic, Tahoma, Arial;
    color: #70655F;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

.ServiceMenu a{
    color: #70655F;
    text-decoration: none;
}

.ServiceMenuHighlight{
    font-family: Century Gothic, Tahoma, Arial;
    color: #70655F;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;

}

.ServiceMenuHighlight a{
    color: #70655F;
    text-decoration: none;
}

/* Page Links Styles */
.PageLinksMenu{
    font-family: Arial;
    color: #7E5C75;
    font-size: 10pt;
    font-weight: normal;
}

.PageLinksMenu a{
    color: #7E5C75;
}

.PageLinksMenuHighlight{
    font-family: Arial;
    color: #7E5C75;
    font-size: 10pt;
    font-weight: bold;
}

.PageLinksMenuHighlight a{
    color: #7E5C75;
}

h1 { 
    font-family: Arrus BT, Georgia;
    text-decoration: none; 
    font-size: 18pt;
    font-weight: normal;
    margin-top:0px;
    margin-bottom:0px;
 
}

h2 { 
    font-family: Arrus BT, Georgia;
    text-decoration: none; 
    font-size: 14pt;
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;

}

h3 { 
    font-family: Arrus BT, Georgia;
    text-decoration: none; 
    font-size: 12pt;
    font-weight: normal;
    margin-top:0px;
    margin-bottom:0px;

}

h4 { 
    font-family: Arrus BT, Georgia;
    text-decoration: none; 
    font-size: 12pt;
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;

}

h5 { 
    font-family: Arrus BT, Georgia;
    text-decoration: none; 
    font-size: 14pt;
    font-weight: normal;
    margin-top:0px;
    margin-bottom:0px;

}
