.frontend_styler,
.frontend_styler_be,
body.mceContentBody {
	font-family: 		"Trebuchet MS","Verdana","Arial","Helvetica","Sans-Serif";
	font-size:		12px;
	line-height:		18px;
	color:			#ffffff;
	background:		#000000;
}
.frontend_styler_be * {
	font-family: 		"Trebuchet MS","Verdana","Arial","Helvetica","Sans-Serif";
}

a.frontend_Link_standard,
a.frontend_Link_standard:link,
a.frontend_Link_standard:active,
a.frontend_Link_standard:visited,
a.frontend_Link_standard:hover {
	color:			#e95d0f;
	font-weight:		bold;
	text-decoration:	none;
}
a.frontend_Link_standard:hover {
	color:			#e95d0f;
	background-color:	#ffffff;
	font-weight:		bold;
	text-decoration:	none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:		bold;
	color:			#ffffff;
	margin:			0px;
	margin-bottom:		5px;
}

h1 {
	font-size:		14px;
}

h2 {
	font-size:		13px;
}

h3 {
	font-size:		12px;
}

h4 {
	font-size:		11px;
}

p {
	margin-top: 		0px;
	margin-bottom:		10px;
}

.frontend_title {
	color:			#e95d0f;
	font-size:		14px;
	font-weight:		bold;
	display:		block;
	border-bottom:		#DC9265 1px dotted;
}
a.frontend_title {
	text-decoration:	none;
}
a.frontend_title:hover {
	color:			#ffffff;
	border-bottom:		#ffffff 1px dotted;
}