h2,.Header, .header   {
  
  font-size  :18px;
  font-family:Arial; 
font-weight:normal;
  
}

h3,.SubHeader{
  font-size  :16px;
  font-weight:bold;
}

.Blueheader
{ color: #116c96; font-size  :16px; font-weight: bold; }
.BlueSubheader
{ color: #116c96; font-size  :14px; font-weight: bold; }
    
.Greenheader
{ color: #3b8143; font-size  :16px; font-weight: bold; }
.GreenSubheader
{ color: #3b8143; font-size  :14px; font-weight: bold; }

.LightGreenheader
{ color: #8fbd37; font-size  :16px; font-weight: bold; }
.LightGreenSubheader
{ color: #8fbd37; font-size  :14px; font-weight: bold; }

.LightGreenheader1
{ color: #a9c088; font-size  :16px; font-weight: bold; }
.LightGreenSubheader1
{ color: #a9c088; font-size  :14px; font-weight: bold; }

.Maroonheader
{ color: #b5333b; font-size  :16px; font-weight: bold; }
.MaroonSubheader
{ color: #b5333b; font-size  :14px; font-weight: bold; }

.Orangeheader
{ color: #d88a28; font-size  :16px; font-weight: bold; }
.OrangeSubheader
{ color: #d88a28; font-size  :14px; font-weight: bold; }

.Pinkheader
{ color: #414872; font-size  :16px; font-weight: bold; }
.PinkSubheader
{ color: #414872; font-size  :14px; font-weight: bold; }

.Green1header
{ color: #009044; font-size  :16px; font-weight: bold; }
.Green1Subheader
{ color: #009044; font-size  :14px; font-weight: bold; }

    
.SmallText{
  font-size  :12px;
}


/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#4e504d;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}


/* Links */
a{
  color:#116c96; text-decoration: none;
}
a:hover{
  color:#116c96; text-decoration: underline;
}


