﻿/* Inline styles for SharePoint content editor */

.ms-rteCustom-Title
{
	font-size: 120%;
	font-weight:bold;
	color:#007249;
}

.ms-rteCustom-Subtitle
{
	font-size: 110%;
	font-weight:bold;
	color:#007249;
}

.ms-rteCustom-GreenText
{
	color:#007249;
	font-size:95%;
}

.tEditorOnly
{
	color:#b51019;
}
