﻿/*

This sytle sheet is for the  Editor Content


*/

.Title-1
{
    font-size:15pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    color:#005671; /* !important;*/ 
    
}

.Title-2
{
    font-size:15pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    color:#000000; /* !important;*/ 
    
}

.SubTitle-1
{
    font-size:14pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    color:#005671; /* !important;*/ 
    
}

.SubTitle-2
{
    font-size:14pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    color:#000000; /* !important;*/ 
    
}

.Heading-1
{
    font-size:12pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    color:#005671; /* !important;*/ 
    margin-bottom:5px;
}

.Heading-2
{
 	font-size:12pt;
    font-family:Georgia, Arial, sans-serif;
    font-weight:Bold;
    color:#000000; /* !important;*/ 
    margin-bottom:5px;

}

.SubHeading-1
{
	font-size:10pt;
    font-family:Georgia, Arial, sans-serif;
    font-style:italic;
    color:#005671; /* !important;*/ 
}

.SubHeading-2
{
	font-size:10pt;
    font-family:Georgia, Arial, sans-serif;
    font-style:italic;
    color:#000000; /* !important;*/ 
   	font-style:italic;
}

.Normal-1 {

	font-size:10pt;
    font-family: Arial, sans-serif;
    color:Black;
}

.Normal-2 {

	font-size:10pt;
    font-family: Georgia,Arial, sans-serif;
    color:Black;
}

.Large-1 {

	font-size:11pt;
    font-family: Arial, sans-serif;
    color:Black;
}

.Large-2 {

	font-size:11pt;
    font-family: Georgia,Arial, sans-serif;
    color:Black;
}

.ExtraLarge-1 {

	font-size:12pt;
    font-family: Arial, sans-serif;
    color:Black;
}

.ExtraLarge-2 {

	font-size:12pt;
    font-family: Georgia,Arial, sans-serif;
    color:Black;
}


.Notation-1 {

	font-size:9pt;
    font-family: Arial, sans-serif;
    color:Black;
}

.Notation-2 {

	font-size:9pt;
    font-family: Georgia,Arial, sans-serif;
    color:Black;
}

/* Table 1 */
.Table1,  
.Table1 td 
{
    border: 1px solid #000000;
}

/* Table 2 */
.Table2,  
.Table2 td 
{
    border-style: ridge;
    border-width: 2px;
}

/* Table 3 */
.Table3,  
.Table3 td 
{
    border: 1px solid #005573;
}

.Table3 th
{
    border: 1px solid #005573;
    background-color: #005573;
	color: #FFFFFF;
}
