/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #595959;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
}

/* Links */
a{ color: #01508c; text-decoration: none;}
a:hover{ color: #053f6c; text-decoration: underline;}

hr { height: 0px; color: #858585; border-top: 1px; background: #858585; border-style: dashed;}
input,textarea{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #f0f0f0; border: 1px solid #595959; color: #000000;}

h2,.Header   {
  font-weight: normal;
  font-size: 21px;
  color: #595959;
  line-height: 25px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #595959;
  line-height: 18px;
}

.askMorseBlue{
  font-weight: normal;
  font-size: 16px;
  color: #595959;
  line-height: 20px;
}

.SmallText{
  font-size: 10px;
}



