/* DISPLAY "CLASS" STYLES */
.contentHeadingBlue
{
	color: #00a1e1;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentHeadingDeepRed
{
	color: #8a0752;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentHeadingGreen
{
	color: #87d300;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentHeadingGrey
{
	color: #868f98;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentHeadingLilac
{
	color: #9173d3;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentHeadingOrange
{
	color: #ff6319;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentHeadingPink
{
	color: #550f9f;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentHeadingPurple
{
	color: #a03bad;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentHeadingRed
{
	color: #c10435;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentTextBlue
{
	color: #00a1e1;
}

.contentTextDeepRed
{
	color: #8a0752;
}

.contentTextGreen
{
	color: #87d300;
}

.contentTextGrey
{
	color: #868f98;
}

.contentTextLilac
{
	color: #9173d3;
}

.contentTextOrange
{
	color: #ff6319;
}

.contentTextPink
{
	color: #e50f9f;
}

.contentTextPurple
{
	color: #b727bf;
}

.contentTextRed
{
	color: #c10435;
}

.contentTextSmall
{
	font-size: 0.8em;
}

.contentTextBold
{
	font-weight: bold;
}

