/* Main Styles */
td, p, body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #16181b;
  text-decoration:none;
  line-height: 15px;
}

/* Links */
a{
  color: #1e4866;
  text-decoration: none;
}
a:hover{
  color: #0b293f;
  text-decoration: underline;
}

hr { height:0px; color:#1e4866; border-top:1px; background:#1e4866;border-style:solid;}

h2,.Header   {
  font-weight: bold;
  font-size : 18px;
  color: #1e4866;
  line-height: 20px;
}

h3,.SubHeader{
  font-weight: bold;
  font-size: 12px;
  color: #1e4866;
}

.TaxHeader{
  font-weight: bold;
  font-size: 12px;
  color: #00a94f;
}

.InsuranceHeader{
  font-weight: bold;
  font-size: 12px;
  color: #ee3524;
}

.PlanningeHeader{
  font-weight: bold;
  font-size: 12px;
  color: #0077c0;
}

.FinanceHeader{
  font-weight: bold;
  font-size: 12px;
  color: #6a2c91;
}

.SmallText{
  font-size: 10px;
}


