﻿/* TinyMCE specific rules */
body.mceContentBody {
	font-size:10pt;
	font-family:Arial; 		
	font-weight:normal;		
}
.VV_sectionColor
{
	color:red;
}
.VV_charcoalBorder
{
	border:1px solid #455560;
}
.VV_socialMediaButton
{
	border:1px solid #DCE1E5;	
}
.VV_socialMediaButton:hover
{
	border:1px solid rgb(207,0,99);
}
h1 /*title*/
{
	font-family:Times New Roman;
	font-size:1.8em;/*18pt;*/
	font-weight:bold;
	color:red;
}
h2 /*headline*/ /*(use also for Top headings in Showcase areas)*/
{
	font-family:Times New Roman;
	font-size:1.4em;/*14pt;*/
	font-weight:bold;
	text-decoration:none;	
	margin:0;
	margin-top:25px;
	margin-bottom:10px;
	color:red;
}
h3 /*subhead*/  /*(use also for item headings in Showcase areas)*/
{
	font-family:Times New Roman;
	font-size:1.2em;/* 12pt;*/
	font-weight:bold;
	text-decoration:none;	
	margin:0;
	margin-top:15px;
	margin-bottom:10px;
	color:red;
}
h4 /*postscript*/
{
	font-family:Arial;
	font-size:0.8em;/*8pt;*/
	font-weight:normal;
	font-style:italic;
	margin:0; 
	margin-bottom:10px;
	color:red;
}
div, table, td, p
{
	font-family:Arial;
	font-size:1em; /*10pt;*/
	font-weight:normal;
	color:#455560;
}
a  
{
	font-family:Arial;
	font-weight:normal;
	text-decoration:underline;		
	color:red;	
}
p
{
	margin:0;
	margin-bottom:10px;
}
/* Special requirements */
ul
{
	list-style-type:circle;
}
