/*<p> 'paragraph' styles*/
.pbody1 {
  font-size: 16px;
  text-indent: 10px;
  text-align: justify;
}

.pbody1:first {
  font-size: 20px;
  font-weight: bold;
}

.pfooter {
  font-size: 11px;
	font-family: arial;
  text-align: center;
  color: #FFFFFF;
}

.tbody {
  font-size: 12px;
  font-family: arial;
  text-indent: 0px;
  text-align: justify;
  color: #20236E;
}

/*<a> 'anchor' styles*/
.alink {
  text-decoration: none;
  color: #3B62AC;
}

.alink:hover {
  color: #FF0000;
}

.afooter {
  text-decoration: none; 
  color: #FFFFFF;
}

.afooter:hover {
  text-decoration: underline; 
  color: #FFFF00;
}