@import url('EditorStylesInline.css');

.contentTextSmall
{
	font-size: 0.7em;
}

.contentTextBold
{
	font-weight: bold;
}

.contentHeading1
{
	font-size: 2.3em;	/* displayed at 24px */
	font-weight: normal;
	color: #6F6F6F;
}

.contentHeading2
{
	font-size: 1.4em;	/* displayed at 18px */
	font-weight: normal;
	color: #6F6F6F;
}

.contentHeading3
{
	font-size: 1.1em;	/* displayed at 15px */
	font-weight: normal;
	color: #6F6F6F;
}

.contentHighlight
{
	color: #6F6F6F;
}

.contentHighlightBold
{
	color: #6F6F6F;
	font-weight: bold;
}

.firstPara
{
	font-size: 1.65em;
	line-height: 1.4em;
}

.secondPara
{
	font-size: 1.2em;
	line-height: 1.5em;
}
.subHeader {
	font-size: 1.6em;
	color: #404041;
	line-height: 1.5em;
	margin-bottom: 20px;
}
