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