/*** color theme styles ***/

.red{
	color:#de1e27;
}

.yellow{
	color:#f5d312;
}

.green{
	color:#2eb135;
}

.lightblue{
	color:#6dc6e7;
}

.blue{
	color:#0153ab;
}

.orange{
	color:#e24718;
}

.grey{
	color:#cfcfcf;
}

#rightCol h2{
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}

#rightCol h2.redbg{
	background:#de1e27;
}

#rightCol h2.yellowbg{
	background:#f5d312;
}

#rightCol h2.greenbg{
	background:#2eb135;
}

#rightCol h2.lightbluebg{
	background:#6dc6e7;
}

#rightCol h2.bluebg{
	background:#0153ab;
}

#rightCol h2.orangebg{
	background:#e24718;
}
