/* CSS Document */

/* HTML EDITOR STYLES */
/*-------------------------------------------------------------------*/
/* These are in here so they do not show in the editors style window */
/*-------------------------------------------------------------------*/
.contentHeadingBlue a
{
	font-weight: normal;
	color: #00a1e1;
}

p.contentHeadingBlue
{
	font-size: 1.5em;
	font-weight: normal;
	color: #00a1e1;
	clear: both;
}

.contentHeadingDeepRed a
{
	font-weight: normal;
	color: #8a0752;
}

p.contentHeadingDeepRed
{
	font-size: 1.5em;
	font-weight: normal;
	color: #8a0752;
	clear: both;
}

.contentHeadingGreen a
{
	font-weight: normal;
	color: #87d300;
}

p.contentHeadingGreen
{
	font-size: 1.5em;
	font-weight: normal;
	color: #87d300;
	clear: both;
}

.contentHeadingGrey a
{
	font-weight: normal;
	color: #868f98;
}

p.contentHeadingGrey
{
	font-size: 1.5em;
	font-weight: normal;
	color: #868d98;
	clear: both;
}

.contentHeadingLilac a
{
	font-weight: normal;
	color: #9173d3;
}

p.contentHeadingLilac
{
	font-size: 1.5em;
	font-weight: normal;
	color: #9173d3;
	clear: both;
}

.contentHeadingOrange a
{
	font-weight: normal;
	color: #ff6319;
}

p.contentHeadingOrange
{
	font-size: 1.5em;
	font-weight: normal;
	color: #ff6319;
	clear: both;
}

.contentHeadingPink a
{
	font-weight: normal;
	color: #e50f9f;
}

p.contentHeadingPink
{
	font-size: 1.5em;
	font-weight: normal;
	color: #e50f9f;
	clear: both;
}

.contentHeadingPurple a
{
	font-weight: normal;
	color: #a03bad;
}

p.contentHeadingPurple
{
	font-size: 1.5em;
	font-weight: normal;
	color: #a03bad;
	clear: both;
}

.contentHeadingRed a
{
	font-weight: normal;
	color: #c10435;
}

p.contentHeadingRed
{
	font-size: 1.5em;
	font-weight: normal;
	color: #c10435;
	clear: both;
}

p .contentHeadingBlue, p .contentHeadingDeepRed, p .contentHeadingGreen, p .contentHeadingGrey, p .contentHeadingLilac, p .contentHeadingOrange, p .contentHeadingPink, p .contentHeadingPurple, p .contentHeadingRed
{
	clear: both;
}

td.contentTextSmall
{
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* END HTML EDITOR STYLES */

/* FOR ERROR REPORTING */
p.errorText 
{
	color: #ff0000 !important;
	font-size: 1.0em;
	text-align: center;
	font-weight: bold;
}
/* END ERROR REPORTING */
