/* These are the styles that appear in the TinyMCE Editor header bar Style dropdown box. */

.FontSizeSmallest {
	font-size:75%;
}
.FontSizeSmall {
	font-size:90%;
}
.FontSizeNormal {
	font-size:100%;
}
.FontSizeLarge {
	font-size:125%;
}
.FontSizeLargest {
	font-size:150%;
}
.FontImageCaption {
	font-size:11px;
	font-style:italic;
	line-height:12px;
}
.Heading1, .Heading2, .Heading3, .NewsletterContentHeading, .NewsletterContentSubheading {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
/*  NOTE:  .Heading1 in editor_style.css must to match .NewsletterContentHeading and .contentheading format in shared.css    */
.Heading1, .NewsletterContentHeading  {
	font-size:140%;
	color:#771113;	
	margin:0 0 0.5em 0;	
}
/*  NOTE:  .Heading2 in editor_style.css must to match .NewsletterContentSubheading format in shared.css    */
.Heading2, .NewsletterContentSubheading {
	display:block;
	font-size:110%;
	color:#4A6E90;
	margin:1em 0 0.5em 0;
}
.Heading3 {
	font-size:100%;
	color:#771113;	
}
.ImageContainer {
	margin:20px;
	text-align:center;
	font-size:80%;
}
.ImageContainerLeft {
	margin:0 13px 13px 0;
	float:left;
	text-align:center;
	font-size:80%;
}
.ImageContainerRight {
	margin:0 0 13px 13px;
	float:right;
	text-align:center;
	font-size:80%;
}
.InsetContainerLeft {
	margin:0;padding:0;border:0;
	background:#dd8;
	padding:20px;
	width:50%;
	float:left;
	margin:15px;
	margin-left:0;
	color:#239;
	font-size:90%;
}
.InsetContainerRight {
	margin:0;padding:0;border:0;
	background:#dd8;
	padding:20px;
	width:50%;
	float:right;
	margin:15px;
	margin-right:0;
	color:#239;
	font-size:90%;
}
/*
.JustifyLeft {
	text-align: left;
}
.JustifyCenter {
	text-align: center;
}
.JustifyRight {
	text-align: right;
}
.JustifyFull {
	text-align: justify;
}
*/