﻿/**
	TinyMCE uses the styles in this file to populate its Style dropdown
*/

.Header 
{
    color: #45aa3a;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.HeaderSmall
{
    color: #45aa3a;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.Content
{
    margin-top: 5px;
    margin-bottom:5px;
    line-height:160%;
    color:Black;
}