/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */



body.mceContentBody {
	min-height: 200px;
	font-size: 62.5%;
}
body.mceContentBody a.broken {
	background-color: #FF7B71;
	border: 1px red solid;
	color: #fff;
	padding: 1px;
	text-decoration: underline;
}

.Heading {
font-family: Arial, Helvetica, sans-serif;
padding:0;
margin:0;
font-size: 14px;
font-weight: bold;
color: #950000;
}

.Body_Text {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #161616;
margin: 0 0 15px 0;
}
