.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2C372C;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #283831;
}
.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2A342E;
	font-weight: bold;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #2A372C;
	font-weight: bold;
}
.smallunderlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #283831;
	text-decoration: underline;
}
