/* CSS Document */

/* HTML EDITOR STYLES */
/*-------------------------------------------------------------------*/
/* These are in here so they do not show in the editors style window */
/*-------------------------------------------------------------------*/
.contentHeading1 a
{
	font-size: 2.0em;	/* displayed at 24px */
	font-weight:normal;
	padding: 15px 0;
	color: #28AAE1;
}

.contentHeading2 a
{
	font-size: 1.0em;	/* displayed at 15px */
	font-weight: normal;
	color: #28AAE1;
}

p.contentHeading1
{
	font-size: 2.8em;	/* displayed at 24px */
	font-weight:normal;
	margin: 15px 0;
	color: #28AAE1;
}

p.contentHeading2
{
	font-size: 1.7em;	/* displayed at 18px */
	font-weight: normal;
	color: #28AAE1;
}

p.contentHeading3
{
	font-size: 1.3em;	/* displayed at 15px */
	font-weight: normal;
	color: #28AAE1;
}

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.2em;
	text-align: center;
	font-weight: bold;
}
/* END ERROR REPORTING */

/* FOR .NET RADIO BUTTON LIST CONSTRUCT */
.listItem label.comment {
	display: block;
	line-height: 1.8;
	margin-left: 5px;
	margin-right: 5px;
	color: #ffffff;
}
.listItem input {
	vertical-align: middle;
	border: none;
	margin-right: 5px;
}
/* END .NET RADIO BUTTON LIST CONSTRUCT */
