.Bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
}
.Italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}
.Normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
