h2,.Header   {
  font-weight: normal;
  font-size: 16px;
  color: #002a5c;
  line-height: 20px;
  font-weight:bold;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #4e8abe;
  line-height: 16px;
}

.SideHeader{
  font-weight: normal;
  font-size: 16px;
  color: #002a5c;
  line-height: 22px;
  text-transform:uppercase;
}

.SmallText{
  font-size: 11px;
}

/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #303030;
  text-decoration: none; 
  line-height: 16px;
}


/* Links */
a{ color: #4e8abe; text-decoration: none;}
a:hover{ color: #266397; text-decoration: underline;}

hr { height: 0px; color: #4e8abe; border-top: 1px; background: #4e8abe; border-style: dashed;}
input,textarea{ font-family: arial; font-size:11px; background-color:#f0f0f0; border: 1px solid #4e8abe; color:#303030;}

