body{
  font-family: "Arial";
  font-size: 10pt;
  color: #3B3B3B;
}

td{ font-size: 10pt; }

.Quote{ font-size: 14pt; font-style: italic; color: #005335 }
.topNav { font-size: 10pt; color: #FFFFFF; } 

H1{
  font-size: 18pt;
  font-style: italic;
}

H2{
  font-size: 16pt;
}

.row{
  background: #F3F3F3;
}

.altrow{
  background: #D1D1D1;
}

.PlanHeading{
  text-align: center;
  background: #000000; 
  color: #FFFFFF;
  font-size: 12pt;
}

.PlanSubHeading{
  font-style: italic;
  font-weight: bold;
  font-size: 12pt;
  color: #000000;
  background: #FFFFFF;
}

.Important{
  color: #FF0000;
  font-style: italic;
}

.Errors{
  color: #FF0000;
  font-weight: bold;
}