.frontend_styler,
.frontend_styler_be,
body.mceContentBody { 
	font-family: 		"Verdana", "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size:		11px;
	line-height:		18px;
	color:			#000000;
	background:		#ffffff;
	text-decoration: none; }
.frontend_styler_be * {
	font-family: 		"Verdana","Trebuchet MS","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:			#013950;
	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:			#013950;
	font-size:		14px;
	font-weight:		bold;
	display:		block;
/*	border-bottom:		#133285 1px dotted;*/
	background:		transparent url(./../images/title_bg.png) repeat-x top;
/*	padding-left:		10px;*/
}
a.frontend_title {
	text-decoration:	none;
}
a.frontend_title:hover { color:			#ffffff; text-decoration: none; border-bottom:		1px dotted #ffffff; }
