/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  text-decoration: none; 
  line-height: 18px;
}

/* Links */
a{ color: #174f72; text-decoration: underline;}
a:hover{ color: #2480b9; text-decoration: none;}

hr { height: 0px; color: #dfe3e3; border-top: 1px; background: #dfe3e3; border-style: dashed;}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #174f72;
  line-height: 22px;
  text-transform: uppercase;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #174f72;
  line-height: 18px;
  text-transform: uppercase;
}

.highlight{
  font-weight: normal;
  font-size: 14px;
  color: #a1adac;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


