/* Main Menu Styles */
.MainMenu{
    font-family: Arial;
    color: #000000;
    font-size: 16px;
    font-weight: normal;

    text-decoration: none;
}

.MainMenu a{
    color: #000000;
    text-decoration: none;
}

.MainMenuHighlight{
    font-family: Arial;
    color: #BB1608;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;


}

.MainMenuHighlight a{
    color: #BB1608;
    text-decoration: none;
}

/* Services Styles */
.ServiceMenu{
    font-family: Arial;
    color: #000000;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}

.ServiceMenu a{
    color: #000000;
    text-decoration: none;
}

.ServiceMenuHighlight{
    font-family: Arial;
    color: #BB1608;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;


}

.ServiceMenuHighlight a{
    color: #BB1608;
    text-decoration: none;
}

/* Page Links Styles */
.PageLinksMenu{
    font-family: Arial;
    color: #03AA53;
    font-size: 12pt;
    font-weight: normal;
}

.PageLinksMenu a{
    color: #03AA53;
}

.PageLinksMenuHighlight{
    font-family: Arial;
    color: #03AA53;
    font-size: 12pt;
    font-weight: normal;
}

.PageLinksMenuHighlight a{
    color: #000000;
}

/* XMas Links Styles */
.XMasLinksMenu{
    font-family: Georgia;
    color: #BB1608;
    font-size: 16pt;
    font-weight: normal;
}

.XMasLinksMenu a{
    color: #BB1608;
}

.XMasLinksMenuHighlight{
    font-family: Georgia;
    color: #000000;
    font-size: 16pt;
    font-weight: normal;
}

.XMasLinksMenuHighlight a{
    color: #000000;
}


h1 { 
    font-family: Arial;
    text-decoration: none; 
    font-size: 16pt;
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
 
}

h2 { 
    font-family: Arial;
    text-decoration: none; 
    font-size: 12pt;
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;

}

h3 { 
    font-family: Arial;
    text-decoration: none; 
    font-size: 12pt;
    font-weight: normal;
    margin-top:0px;
    margin-bottom:0px;

}

h4 { 
    font-family: Arial;
    text-decoration: none; 
    font-size: 10pt;
    font-weight: normal;
    margin-top:0px;
    margin-bottom:0px;

}

h5 { 
    font-family: Arial;
    text-decoration: none; 
    font-size: 18pt;
    font-weight: bold;
