.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #663366;
}
.normal_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #663366;
}
.inverse_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663366;
}
.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #663366;
}
.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #663366;
}
.bigger {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	color: #663366;
}
.blacknormal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
}
.normalitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #663366;
}
.small_inverse {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #663366;
	color: #FFFFFF;
}
.inverse_normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: #FFFFFF;
	background-color: #663366;
}
.red {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
