.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 9a65ff;
	font-weight: bolder;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.headerBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.bodyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodyBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.textBoldPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 9a65ff;
	font-weight: bolder;
}
.bodyBoldPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	color: 9a65ff;
	text-decoration: none;
}
