.content {
	font-family: Arial;
	font-size: 9pt;
}
.contentBold {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.contentItalic {
	font-family: Arial;
	font-size: 9pt;
	font-style: italic;
}

.smallBoldContent {
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}
.smallNormalContent {
	font-size: 8pt;
	font-family: Arial;
}
