.mainText, .mainTextBold, .mainTextWhite, .mainTextWhiteBold, .mainTextYellow, .mainTextYellowBold, .headingTextLightPurple, .subHeadingWhite, .subHeading, .subHeadingPurple, .mainTextContent, .mainTextContentBold, .mainTextRedContentBold, .headingYellowBold, .headingWhiteBold, .headingBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	color: #51275F;
}
.mainTextBold{
	font-weight: bold;
}

.mainTextContent{
	font-size: 12px;
	margin-top:5px;
}

.mainTextContentBold{
	font-size: 12px;
	font-weight: bold;
	margin-top:5px
}

.mainTextRedContentBold{
	color: #D20828;
	font-size: 12px;
	font-weight: bold;
	margin-top:5px
}

.mainTextWhite{
	color: #FFFFFF;
}

.mainTextWhiteBold{
	color: #FFFFFF;
	font-weight: bold;
}

.mainTextYellow{
	color: #FBCC30;
}

.mainTextYellowBold{
	color: #FBCC30;
	font-weight: bold;
}

.headingTextLightPurple{
    font-size: 18px;
	color: #D6CADF;
	font-weight: bold;
}

.headingWhiteBold{
    font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.headingYellowBold{
    font-size: 11px;
	color: #FBCC30;
	font-weight: bold;
}

.headingBold{
    font-size: 11px;
	font-weight: bold;
}

.subHeadingWhite{
    font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.subHeadingPurple{
    font-size: 12px;
	color: #51275F;
	font-weight: bold;
}

.subHeading{
    font-size: 12px;
	font-weight: bold;
}

.backGroundPurple {
	background-color:#51275F;
}

.backGroundLightPurple {
	background-color:#D6CADF;
}

.backGroundRed {
	background-color:#D20828;
}

.backGroundGrey {
	background-color:#D6CADF;
}
2
