.Normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}
.NormalBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.SmallNorm {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}
.BigNormBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.NormalBoldUnderRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.SmallNormRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.BigBoldRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
}
.NormalBoldRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
