* {
  	margin:0px;
  	padding:0px;
}

body,
.mceContentBody {
	font-family:Tahoma,Arial;
	color: #59656A;
	font-size:11px;
}

#text-cnt,
.mceContentBody {
    font-size:12px;
}

img {
	border:0;
}

h1 {
	font-size: 16px;
	color: #D83500;
	font-weight: bold;
	height: 20px;
	padding-left: 17px;
	background: url('images/li.png') 0 2px no-repeat;
}

h2 {
	color: #097DB4;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 0 14px 14px
}

h3 {
	font-size: 16px;
	color: #0A8DCB;
	font-weight: bold;
	height: 20px;
	padding-left: 17px;
	margin: 0 0 15px 15px;
	background: url('images/li2.png') 0 2px no-repeat;
}

h3 span {
  color: #D83500;
}

h4 {
	color: #D73600;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 25px;
}

h5 {
  font-size: 16px;
	color: #777F82;
	font-weight: bold;
	height: 33px;
	width: 265px;
	padding: 8px 0 0 35px;
	background: url('images/li5.png') 14px 10px no-repeat;
}

h6 {
  font-size: 16px;
	color: #DA4211;
	font-weight: bold;
	padding: 15px 0 0 35px;
}

h6 span {color: #0A8DCB;}

a {
	color:#6e6e00;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ul, ol {
    margin-left:20px;
}
