
.boldBlackText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.generalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.blackBoldLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: medium;
	text-decoration: none;
}
.boldGreyText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: medium;
}
