﻿
/***** Classes to be used in the TinyMCE editor *****/

body,div,td,th,input,textarea,select,label,p {
	color:#666666;
	font-family:Arial, Sans-Serif;
	font-size:12px;
}
h1,h2,h3,h4 {
	color:#666666;
	font-family:Arial, Sans-Serif;
}
p {margin:0px;}

.BlackHeader 
{
	color:#333333;
	font-size: 14px;
	font-weight:bold;
}

.GrayHeader 
{
	color:#666666;
	font-size: 14px;
	font-weight:bold;
}

.RedHeader 
{
	color:#B41C30;
	font-size: 14px;
	font-weight:bold;
}

.BlackText
{
	color: #333333;
}

.BlueText 
{
	color: #336699;
}

.GrayText
{
	color: #666666;
}

.GreenText
{
	color: #006633;
}

.RedText
{
	color: #B41C30;
}

.SmallText
{
	font-size: 11px;
}

.StandardText
{
	font-size: 12px;
}

.MediumText
{
	font-size: 14px;
}

.LargeText
{
	font-size: 18px;	
}

.mceContentBody a:link {color:#666666;}
.mceContentBody a:visited {color:#666666;}
.mceContentBody a:active {color:#333333;}
.mceContentBody a:hover {color:#333333;}

a.BlackText:link {color: #333333;}
a.BlackText:visited {color: #333333;}
a.BlackText:active {color: #666666;}
a.BlackText:hover {color: #666666;}

a.BlueText:link {color: #336699;}
a.BlueText:visited {color: #336699;}
a.BlueText:active {color: #333333;}
a.BlueText:hover {color: #333333;}

a.GrayText:link {color: #666666;}
a.GrayText:visited {color: #666666;}
a.GrayText:active {color: #333333;}
a.GrayText:hover {color: #333333;}

a.GreenText:link {color: #006633;}
a.GreenText:visited {color: #006633;}
a.GreenText:active {color: #333333;}
a.GreenText:hover {color: #333333;}

a.RedText:link {color: #B41C30;}
a.RedText:visited {color: #B41C30;}
a.RedText:active {color: #333333;}
a.RedText:hover {color: #333333;}

