.header {
	font-size: 24px;
	font-weight: bold;
}
.subheaderItalics {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
.subheaderItalicsBOLD {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.normalItalics {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.normalBOLD {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.normal {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
