/* Text Styles */
.heading
{
    font-family: Gill Sans MT;
    font-size: 24px;
    color: #bc0c1c;
}
.subheading
{
    font-family: Helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #6ca112;
}
.subheadingred
{
    font-family: Helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #bc0c1c;
}
.body
{
    font-family: Helvetica;
    font-size: 12px;
    color: #333333;
}
.link, a.link:link, a.link:visited
{
    font-family: Helvetica;
    font-size: 12px;
    color: #bc0c1c;
    text-decoration: none;
}
.testimonial
{
    font-family: Times New Roman;
    font-style: italic;
    font-size: 14px;
    color: #bc0c1c;
}

/*
 * Rich HTML Editor Styles
*/
.ms-rteCustom-heading
{
    font-family: Gill Sans MT;
    font-size: 24px;
    color: #bc0c1c;
}
.ms-rteCustom-subheading
{
    font-family: Helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #6ca112;
}
.ms-rteCustom-body
{
    font-family: Helvetica;
    font-size: 12px;
    color: #333333;
}
.ms-rteCustom-link, a.ms-rteCustom-link:link, a.ms-rteCustom-link:visited
{
    font-family: Helvetica;
    font-size: 12px;
    color: #bc0c1c;
    text-decoration: none;
}
.ms-rteCustom-testimonial
{
    font-family: Times New Roman;
    font-style: italic;
    font-size: 14px;
    color: #bc0c1c;
}
