@import url('EditorStylesInline.css');

.contentTextSmall
{
	font-size: 0.7em;
}

.contentTextBold
{
	font-weight: bold;
}

.contentHeading1
{
	font-size: 2.3em;	/* displayed at 24px */
	font-weight:normal;
	margin: 15px 0;
	color: #0E2D59;
}

.contentHeading2
{
	font-size: 1.4em;	/* displayed at 18px */
	font-weight: normal;
	color: #0E2D59;
}

.contentHeading3
{
	font-size: 1.1em;	/* displayed at 15px */
	font-weight: normal;
	color: #0E2D59;
}

.contentHighlight
{
	color: #0E2D59;
}

.contentHighlightBold
{
	color: #0E2D59;
	font-weight: bold;
}
