.mceContentBody {
	font: normal 14px/20px Arial, Helvetica, Geneva, sans-serif;
	color: #717878;
	margin: 0!important;
	padding: 0!important;
}

.mceContentBody a:link,
.mceContentBody a:visited {
	color: #ec7404;
	text-decoration: underline;
}
.mceContentBody a:hover {
	color: #000;
	text-decoration: underline;
}

.mceContentBody h1 {
	color: #ec7404;
	font-size: 30px;
	font-weight: normal;
	line-height: 35px;
	margin: 0 0 13px 0;
}

.mceContentBody h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

.mceContentBody p {
	font-size: 14px;
	margin: 0 0 15px 0;
}

.mceContentBody .contentleft  {	
	margin: 4px 15px 0 0;
	float:  left;
	border: 0; 
}

.mceContentBody .contentright  {	
	margin: 4px 0 0 15px;
	float:  right;
	border: 0; 
}

.mceContentBody hr {
	height: 1px;
	border: none!important;
	border-bottom: 1px solid #ccc!important;
	margin: 0 0 15px 0;
}


.mceContentBody .icon_download a:link,
.mceContentBody .icon_download a:visited,
.mceContentBody .icon_link a:link,
.mceContentBody .icon_link a:visited {
	text-decoration:none!important;
	display:block;
	padding:0 14px 0 20px;
}

.mceContentBody .icon_download a:hover,
.mceContentBody .icon_link a:hover 	 {
	text-decoration:underline!important;
}

.mceContentBody .icon_download a:link,
.mceContentBody .icon_download a:visited {
	background: url(../images/symbol-download-trans.png) no-repeat 0 2px;
}

.mceContentBody .icon_link a:link,
.mceContentBody .icon_link a:visited {
	background: url(../images/symbol-link-trans.png) no-repeat 0 2px;
}


/* @group UL LI */


.mceContentBody ul li {
	margin:8px 0 0 20px;
	padding:0;
}

.mceContentBody ul li ul li {
	margin:8px 0 0 20px;
}

.mceContentBody ul {
	margin:0 0 15px 0;
	padding-left:0;
	text-align:left;
	list-style-type: square;
}

.mceContentBody ul li ul {
	margin:0 0 8px 0;
	padding-left:0;
	text-align:left;
}
/* @end */

