.tiny {
	font-family: "Eras Medium ITC", "Eras Demi ITC", Arial;
	font-size: 10px;
}
.italic {
	font-family: Georgia, "Times New Roman", Times,
 serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-family: harrington, Forte, Verdana;
	font-size: 24px;
}.comicsans {
	font-family: "Comic Sans MS", Arial;
	font-size: 16px;
}
.xtralargeTitle {
	font-family: "Eras Medium ITC", "Eras Demi ITC", Arial;
	font-size: 36px;
	font-weight: bold;
}
.size14font {
	font-family: "Eras Medium ITC", "Eras Demi ITC", Arial;
	font-size: 12px;
	font-weight: bold;
}
.bold_small {
	font-family: "Eras Medium ITC", "Eras Demi ITC", Arial;
	font-size: 14px;
	font-weight: bold;
}
.bold_underline {
	font-family: "Eras Medium ITC", "Eras Demi ITC", Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.bulletedlist {
	font-family: "Eras Medium ITC", "Eras Demi ITC", Arial;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
}
.pagebreakbefore {
	page-break-before: always;
}
.pagebreakafter {
	page-break-after: always;
}
.outlined {
	border: thin double #000000;
	text-indent: 10px;
	left: 25px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.normal {
	font-family: "Eras Medium ITC", "Eras Demi ITC", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
