.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.boldText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
}
.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.whiteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.whiteItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	color: #FFFFFF;
}
.smallWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
