body.mce-content-body {
	background: #fff;
	line-height: 1.7em;
	color: #5b5b5b;
}

a {
	color: #f16523;
	text-decoration: underline;
}

ul, ul li {
	margin: 0;
	padding: 0;
}

ul {
	padding-bottom: 15px;
}



h1 {
	color: #f16523;
	font-weight: normal;
	font-size: 24px;
}
h2 {
	font-size: 21px;
	color: #f16523;
}
h3 {
	font-size: 19px;
	color: #119387;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #119387;
}
h5 {
	font-size: 14px;
	color: #173a98;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: #173a98;
}

.image-left {
	float: left;
	margin: 0 15px 10px 0;
}

.image-right {
	float: right;
	margin: 0 0 10px 15px;
}

.table-style{
	position: relative;
}

table.table-style thead th{
	background: #ccc;
	font-weight: bold;
	text-align: center;
}

table.table-style thead th,
table.table-style tbody td{
	padding: 10px 20px;
	border: 1px solid #EEEEEE;
}

/* Other styles */
.title1{
	color:#f16523;
	font-weight:bold;
}
.title2{
	color: #119387;
	font-weight:bold;
}
.title3{
	color: #173a98;
	font-weight:bold;
}

