﻿/*

This sytle sheet is for the RADEditor and must be deployed to 

C:\Program Files\Common Files\microsoft shared\Web Server Extensions\wpresources\RadEditorSharePoint

along with adding the following nodes 

  <cssFiles>
    <item name="/_wpresources/RadEditorSharePoint/CountyRadEditorStyles.css"/>
  </cssFiles>

to ToolsFile.xml located in 

C:\Program Files\Common Files\microsoft shared\Web Server Extensions\wpresources\RadEditorSharePoint\5.4.0.0__1f131a624888eeed\Resources

*/

.Heading-Large
{
    font-size:14pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    margin-bottom:10px;

}

.Heading-Large-Color
{
    font-size:14pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    color:#005671 !important;
    margin-bottom:10px;
}


.Heading-Medium
{
 	font-size:12pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    margin-bottom:10px;
}

.Heading-Medium-Color
{
 	font-size:12pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    color:#005671 !important;
    margin-bottom:10px;

}

.Heading-Small
{
	font-size:10pt;
    font-family:Georgia, Arial, sans-serif;
}

.Heading-Small-Color
{
	font-size:10pt;
    font-family:Georgia, Arial, sans-serif;
    color:#256f86 !important;
}


.Body-Text{

	font-size:10pt;
    font-family: Arial, sans-serif;
    color:black;
	background-color:White;
}
