.bodytext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	font-weight: bold;

}
.hilite {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
.notes {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
}
a:link {
  color:#660000;
  text-decoration:underline;
  }
a:visited {
  color:#660000;
  text-decoration:underline;
  }
a:hover {
  color:#FFFF66;
  text-decoration:underline;
  }