h2,.Header   {
  font-weight: normal;
  font-style: Verdana;
  font-size: 22px;
  color: #75263b;
  line-height: 22px;
  margin-top:0;
}

h3,.SubHeader{
  font-weight: normal;
  font-style: Verdana;
  font-size: 16px;
  color: #cc0000;
  line-height: 18px;
}

h4,.SubHeader{
  font-weight: normal;
  font-style: Verdana;
  font-size: 16px;
  color: #75263b;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


/* Main Styles */
td,body,p{
  font: 14px Verdana;
  color: #333;
  text-decoration: none; 
  line-height: 1.6em;
}

/* Links */
a{ color: #75263b; text-decoration: none;}
a:hover{ color: #009999; text-decoration: none;}

