.frontend_styler,
.frontend_styler_be,
body.mceContentBody {
	font-family: 		"Trebuchet MS","Verdana","Arial","Helvetica","Sans-Serif";
	font-size:		small;
	line-height:		18px;
	color:			rgb(53, 83, 121);
}
.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:			#016BB2;
	font-weight:		bold;
	text-decoration:	none;
}
a.frontend_Link_standard:hover {
	color:			#ECF1F6;
	background-color:	#016BB2;
	font-weight:		bold;
	text-decoration:	none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:		bold;
	color:			#000000;
	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:			#162C5B;
	font-size:		14px;
	font-weight:		bold;
	display:		block;
}
a.frontend_title {
	text-decoration:	none;
}
a.frontend_title:hover {
	border-bottom:		#162C5B 1px dotted;
}

