.normal-o-12 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.bold-o {
	font-weight: bold;
	color: #FF6600;
}
.normal-o {
	font-weight: normal;
	color: #FF6600;
}
.normal-12 {
	font-size: 12pt;
	font-weight: normal;
}
.bold-12 {
	font-size: 12pt;
	font-weight: bold;
}

.bold-12-u {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}
.np {
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.bold-10 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.bold-o-14 {
	font-size: 14pt;
	font-weight: bold;
	color: #FF6600;
}
