.Normal {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: x-small;
	color: #59595C;
}
.NormalSmall {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: small;
	color: #595758;
}
.NormalBold {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #59595C;
}
.RedBold {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #87032F;
}
.RedSmall {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: xx-small;
	color: #87032F;
}
.PurpleSmall {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: xx-small;
	color: #C491D8;
}
.NormalBlack {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: small;
	color: #000000;
}
.NormalBlackSmall {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: x-small;
	color: #000000;
}
.NormalBlue {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: small;
	color: #073397;
}
.NormalBlueSmall {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: x-small;
	color: #073397;
}