.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: underline;

}
.tableText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #CC9900;
}
.listBullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.listNumber {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: decimal;
}
.tableTextTimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.listLinks {
	font-family: "Comic Sans MS";
	font-size: 18px;
	list-style-type: disc;
	color: #663300;
}

