h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #ef8911;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #ef8911;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
}

/* Links */
a{ color: #eaa50c; text-decoration: none;}
a:hover{ color: #eaa50c; text-decoration: underline;}

