p {
	font-size: 11px;
	margin:10px 0px;
}

h1 {
	color: #e36f1e;
	font-size: 19px;
	margin-bottom: 10px;
}

h2 {
	color: #e36f1e;
	font-size: 16px;
	margin-bottom: 10px;
}

h3{
	color: #e36f1e;
	font-size: 14px;
	margin-bottom: 10px;
}

table h3 {
	color: #e36f1e;
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: 7px;
	border-bottom: 1px solid #e0e0e0;
}
ul, ol{
	list-style:inside;
}
.mceContentBody a {
	color:#f89828 !important;/* FF requires a important here */
	font-size:11px;
	text-decoration:none;
}