
/* Main Styles */
td,body,p{
  font: 11px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
}

/* Links */
a{ color: #02769c; text-decoration: underline;}
a:hover{ color: #03485e; text-decoration: none;}

hr { height: 0px; color: #d5d5d8; border-top: 1px; background: #d5d5d8; border-style: dashed;}
input,textarea{ font-family: arial; font-size:12px; background-color:#f0f0f0; border: 1px solid #0179a2; color:#000000;}

h2,.Header   {
  font-weight: normal;
  font-size: 14px;
  color: #0179a2;
  line-height: 18px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 12px;
  color: #754c24;
  line-height: 16px;
}

.SmallText{
  font-size: 10px;
}



