/**
 * Style sheet editor
 */
.orangeBg
{
	background-color:#df9428;
}

.purpleBg
{
	background-color:#996cff;
}

.redBg
{
	background-color:#c2282c;
}

.greenBg
{
	background-color:#a8cf3c;
}

.blueBg
{
	background-color:#84b4f0;
}

.orange
{
	color:#df9428;
}

.purple
{
	color:#996cff;
}

.red, .redHead h2
{
	color:#c2282c;
}

.green
{
	color:#a8cf3c;
}

.blue
{
	color:#84b4f0;
}

.medium
{
	font-weight:bold;
	font-size:18px;
	line-height:20px;
}

.big
{
	font-weight:bold;
	font-size:24px;
}

.bigRed
{
	font-weight:bold;
	font-size:24px;
	color:#c2282c;
}

.divider
{
	height:1px;
	overflow:hidden;
	clear:both;
	display:block;
	margin:0px;
	background-color:#000000;
}

.toggler
{
}

.accordion
{
}

.blockLink
{
	width:200px;
	display:block;
	margin-top:18px;
	margin-bottom:18px;
	padding:5px 10px;
	text-align:center;
	background-color:#cccccc;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	line-height:14px;
	text-transform:uppercase;
}
