/* Main Styles */
td,body,p{
  font: 11px Arial, Helvetica, sans-serif;
  color: #323232;
  text-decoration: none; 
  line-height: 15px;
  vertical-align: top;
}

/* Links */
a{ color: #45719a; text-decoration: none;}
a:hover{ color: #264e74; text-decoration: none;}

hr { height: 0px; color: #45719a; border-top: 1px; background: #45719a; border-style: dashed;}
input,textarea{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color:#ffffff; border: 1px solid #45719a; color:#323232;}

h2,.Header   {
  font-weight: normal;
  font-size: 15px;
  color: #062a5e;
  line-height: 19px;
  text-transform: uppercase;
}

.heading2 {
  font-weight: normal;
  font-size: 13px;
  color: #062a5e;
  line-height: 17px;
  text-transform: uppercase;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 13px;
  color: #f98a1d;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


