/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #255264;
  text-decoration: none; 
  line-height: 18px;
}

/* Links */
a{ color: #e17a33; text-decoration: none;}
a:hover{ color: #cb6721; text-decoration: underline;}

hr { height: 0px; color: #4e8abe; border-top: 1px; background: #4e8abe; border-style: dashed;}
input,textarea{ font-size:11px; color:#303030;}

h2,.Header   {
  font-weight: normal;
  font-size: 16px;
  color: #e17a33;
  line-height: 22px;
}

h3,.SubHeaderGreen{
  font-weight: normal;
  font-size: 14px;
  color: #255264;
  line-height: 16px;
}
 
h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #e17a33;
  line-height: 16px;
}

h2,.headerItalic{
  font-size: 12px;
  font-style:italic;
  color: #e17a33;
  line-height: 16px;
}

h3,.SubHeaderWhite{
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
}
