/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #292a2a;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
}

/* Links */
a{ color: #005595; text-decoration: none;}
a:hover{ color: #096eba; text-decoration: underline;}

hr { height: 0px; color: #005595; border-top: 1px; background: #005595; border-style: solid;}
input,textarea{ font-family: arial; font-size:12px; background-color:#f0f0f0; border: 1px solid #98999d; color:#000000;}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #005595;
  line-height: 22px;
  border-bottom: 1px #005595 solid;
}

h2,.HeaderHetheringtons {
  font-weight: normal;
  font-size: 14px;
  color: #005595;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #005595;
  line-height: 18px;
}

h3,.SubHeaderUnderline{
  font-weight: normal;
  font-size: 14px;
  color: #005595;
  line-height: 18px;
  text-decoration: underline;
}

.SmallText{
  font-size: 10px;
}


