﻿/* styles for HTML Editor */
.bodyTextCustom-Headline
{ 
	color: #1CA0C7;
	font-size: 1.5em;
	line-height: 1.8em;
	font-family:Arial, Helvetica, sans-serif;
	height: 0px;
	font-weight:100;
}
.bodyTextCustom-SubHeadline
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em;
    line-height: 1.8em; 
    color: black;
    font-weight:bold; 
}

.bodyTextCustom-linkBlue
{
	font-family: arial, helvetica, verdana, sans-serif;
	color: #1CA0C7;
	text-decoration: none;
	font-size: .9em;
	line-height:1.4em
}

.bodyTextCustom-linkBlueUnderLined
{
	color: #1CA0C7;
	text-decoration: underline;
}

ol.bodyTextCustom-NumberedList
{ 
}

/* highlight box out styles */
.highLightBoxCustom-HeadLine
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.0em;
    line-height:1.4em; 
    /*color: #A99E54;*/
    color: #1CA0C7; 
}

.highLightBoxCustom-BodyText
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: .9em; 
    color: black; 
}

.highLightBoxCustom-linkBlue
{
	font-family: arial, helvetica, verdana, sans-serif;
	color: #1CA0C7;
	text-decoration: none;
	font-size: .9em;
	line-height:1.4em
}

.highLightBoxCustom-linkBlueUnderLined
{
	color: #1CA0C7;
	text-decoration: underline;
}

.openCallOutBoxCustom-linkDeepBlue
{
	color: #3499CC;
	text-decoration: underline;
}
/* open call out styles */
.openCallOutBoxCustom-HeadLine
{
    font-family:Verdana; 
    font-size: .9em;
    color: #1CA0C7; 
}
.openCallOutBoxCustom-BodyText
{
    font-family:Verdana; 
    font-size: .9em;
    color:black;
}

.openCallOutBoxCustom-linkBlue
{
	font-family: arial, helvetica, verdana, sans-serif;
	color: #1CA0C7;
	text-decoration: none;
	font-size: .9em;
	line-height:1.4em
}

.openCallOutBoxCustom-linkBlueUnderLined
{
	color: #1CA0C7;
	text-decoration: underline;
}

.openCallOutBoxCustom-linkDeepBlue
{
	color: #3499CC;
	text-decoration: underline;
}

.ms-rteCustom-linkBlue
{
	font-family: arial, helvetica, verdana, sans-serif;
	color: #1CA0C7;
	text-decoration: none;
	font-size: .9em;
	line-height:1.4em
}
.ms-rteCustom-linkBlueUnderLined
{
	color: #1CA0C7;
	text-decoration: underline;
}

.ms-rteCustom-linkDeepBlue
{
	color: #3499CC;
	text-decoration: underline;
}

span .ms-rteCustom-linkBlue:hover
{
	color: #1CA0C7;
	text-decoration: underline;
}
span .ms-rteCustom-linkBlue:visited {
	color: #1CA0C7;
	text-decoration: none;
}
span .ms-rteCustom-linkBlue:visited:hover {
	color: #1CA0C7;
	text-decoration: underline;
}

