.SectionHead
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: none
}
H1
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    COLOR: #4da57f;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: none;
    Margin=0;
}
h2
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: #4da57f;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: none;
    Margin=0;
    
}
.text
{
    FONT-SIZE: 10pt;
    COLOR: #274680;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: none;
    Padding: 40px;
}
.ContactForm
{
    FONT-SIZE: 10pt;
    COLOR: #274680;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: none;
    
}
.textGreen
{
    FONT-SIZE: 10pt;
    COLOR: #4da57f;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: none
}
.textYellow
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bolder;
    COLOR: #F7FBB6;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: none
}
.Links
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: none
}

.textSmall
{
    FONT-SIZE: 8pt;
    COLOR: #274680;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: none;
    Padding: 20px;
}
.Warning
{
    FONT-SIZE: 9pt;
    COLOR: Yellow;
    FONT-FAMILY: Georgia, 'Times New Roman';
    TEXT-DECORATION: italics
}
a:link, a:visited
{   	
    FONT-SIZE: 10pt;
    COLOR: #4da57f;
    FONT-FAMILY: Georgia, 'Times New Roman';
    text-decoration: underline;
    
}
a:hover 
{
    
    COLOR: #3570ab;
    text-decoration: underline;
}