/* CSS Document */

/* HTML EDITOR STYLES */
/*-------------------------------------------------------------------*/
/* These are in here so they do not show in the editors style window */
/*-------------------------------------------------------------------*/
.contentHeading1 a
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.contentHeading2 a
{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.contentHeading3 a
{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

p.contentHeading1
{
	font-size: 1.3em;	/* displayed at 24px */
	font-weight:normal;
	color: #ffffff;
}

p.contentHeading2
{
	clear: both;
	font-size: 1.2em;	/* displayed at 18px */
	font-weight: normal;
	color: #ffffff;
}

p.contentHeading3
{
	clear: both;
	font-size: 1.0em;	/* displayed at 15px */
	font-weight: normal;
	color: #ffffff;
}

p .contentHeading1
{
	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 */

