/* Custom CSS file for use in JCE Editor */

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncentre {
	text-align: center;
}

.title {
	color: #0c4d8b;
	font-size: 1.1em;
	text-transform: uppercase;
}

.promo-heading {
	font-size: 18px;
	text-transform: uppercase;
	color: #6e6e6e;
}

.grey {
	color: #6e6e6e;
}

.blue {
	color: #0c4d8b;
}

.simpletable {
}

.clear {
}

.greylink a {
	color: #6e6e6e;
	text-decoration: none;
	font-weight: normal;
}