.bigbold {
	font-size: 20px;
	font-weight: bold;
}
.bold {
	font-size: 12px;
	font-weight: bold;
}
.bold-red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
