h2,.Header,.header   {
  font-weight: normal;
  font-size: 24px;
  color: #233371;
  line-height: 24px;
}

h3,.SubHeader,.subheader{
  font-weight: normal;
  font-size: 17px;
  color: #233371;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}

.FooterText{
  font-size: 10px;
  color:#00457c;
}

.FooterText a{
  font-size: 10px;
  color:#00457c;
}

.FooterText a:hover{
  font-size: 10px;
  color:#00457c;
}


/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
}

/* Links */
a{ color: #00457c; text-decoration: underline;}
a:hover{ color: #00457c; text-decoration: none;}

