﻿/*CUSTOM FONTS FOR RICH TEXT EDITOR.  THIS FILE MUST ALSO BE SELECTED AS ALTERNATE CSS IN SITE
ACTIONS >> MASTER PAGE >> ALTERNATE CSS*/

.ms-rteCustom-SOSTitle
{
Font-family: Trebuchet MS;
Font-weight: bold;
Font-size: 14pt;
Color: #484848;
}

.ms-rteCustom-SOSLargeFont
{
Font-family: Trebuchet MS;
Font-size: 12pt;
font-weight:normal
Color: #484848;
}

.ms-rteCustom-SOSRegularText
{
Font-family: Trebuchet MS;
Font-size: 10pt;
Color: #484848;
}

.ms-rteCustom-SOSLinkText
{
Font-family: Trebuchet MS;
Font-size: 10pt;
color: #3366CC;
text-decoration:underline;
}
