/* CSS Document */

/* HTML EDITOR STYLES */
/*-------------------------------------------------------------------*/
/* These are in here so they do not show in the editors style window */
/*-------------------------------------------------------------------*/
.contentHeadingPink a
{
	color: #d60270;
	font-size: 1.3em;
	font-weight: normal;
}

.contentHeadingOrange a
{
	color: #d88c02;
	font-size: 1.3em;
	font-weight: normal;
}

.contentHeadingBlue a
{
	color: #28c4d8;
	font-size: 1.3em;
	font-weight: normal;
}

.contentHeadingGreen a
{
	color: #bad80a;
	font-size: 1.3em;
	font-weight: normal;
}

.contentHeading2 a
{
	font-size: 1.2em;	/* displayed at 15px */
	font-weight: normal;
	color: #ababab;
}

p.contentHeadingPink
{
	font-size: 1.3em;	/* displayed at 24px */
	font-weight:normal;
	color: #d60270;
}

p.contentHeadingOrange
{
	font-size: 1.3em;	/* displayed at 24px */
	font-weight:normal;
	color: #d88c02;
}

p.contentHeadingBlue
{
	font-size: 1.3em;	/* displayed at 24px */
	font-weight:normal;
	color: #28c4d8;
}

p.contentHeadingGreen
{
	font-size: 1.3em;	/* displayed at 24px */
	font-weight:normal;
	color: #bad80a;
}

p.contentHeading2
{
	font-size: 1.2em;	/* displayed at 18px */
	font-weight: normal;
	color: #ababab;
}

p.contentHeading3
{
	font-size: 1.0em;	/* displayed at 15px */
	font-weight: normal;
	color: #ababab;
}

p.contentHeading2
{
	clear: both;
}

p.contentHeading3
{
	clear: both;
}

p .contentHeading2
{
	clear: both;
}

p .contentHeading3
{
	clear: both;
}

/* 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 */

