.frontend_styler,
.frontend_styler_be,
body.mceContentBody {
	font-family: 		"Arial","Verdana","Trebuchet MS","Helvetica","Sans-Serif";
	font-size:		12px;
	line-height:		18px;
	color:			#344E29;
}
.frontend_styler_be * {
	font-family: 		"Arial","Verdana","Trebuchet MS","Helvetica","Sans-Serif";
}
a,
a:link,
a:active,
a:visited,
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:			#96AD1E;
	font-weight:		bold;
	text-decoration:	none;
}

a:hover,
a.frontend_Link_standard:hover {
	color:			#96AD1E;
	font-weight:		bold;
	text-decoration:	underline;
}


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;
/*	border-bottom:		#133285 1px dotted;*/
	background:		transparent url(./../images/title_bg.png) repeat-x top;
	padding-left:		10px;
	height:			34px;
}
a.frontend_title {
	text-decoration:	none;
}
a.frontend_title:hover {
	color:			#ffffff;
	border-bottom:		#ffffff 1px dotted;
}

a.fe_news {
	text-decoration:	none;
	color:			#96AD1E;
	font-weight:		bold;
}

a.fe_news:hover {
	text-decoration:	underline;
}