h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #f20100;
  line-height: 22px;
margin: 0px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #cc0000;
  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: #f20100; text-decoration: none;}
a:hover{ color: #b6010d; text-decoration: underline;}

