.redbold {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #750000;
}
.red {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #750000;
}
.small {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}
.smallgrey {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.smallbold {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.mediumbold {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.mediumgrey {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: medium;
	font-style: normal;
	color: #333333;
}
.mediumred {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #750000;
}
.mediumredbold {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #750000;
	text-decoration: none;
}
.mediumitalic {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.mediumitalicbold {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.smallitalic {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.smallcaps {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
}
.mediumcaps {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
}
.largegrey {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}

.largered {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #750000;
}