div.contentEd {
	font-size: 12px;
	color: #010101;
	margin-bottom: 20px;	
}
div.contentEd p {
	margin-bottom: 15px;
}
div.contentEd strong {
	font-weight: bold;
}
div.contentEd em {
	font-style: italic;
}
div.contentEd h2 {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #010101;
}
div.contentEd h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #010101;
}
div.contentEd h4 {
	color:#010101;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
}
div.contentEd h5 {
	font-weight: bold;
	margin-bottom: 7px;
}
div.contentEd table {
	margin-bottom: 18px;
}
div.contentEd table caption {
	font-weight: bold;
	color:#010101;
	font-size: 12px;
}
div.contentEd table th {
	padding: 4px 2px;
	background: #F4F1EC;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}
div.contentEd table td {
	padding: 4px 2px;
	font-size: 12px;
	vertical-align: top;
}
div.contentEd table td h2 {
	font-weight: bold;
	font-size: 18px;
	color: #575757;
}
div.contentEd ul {
	margin-bottom: 18px;
	list-style-type: disc;
	list-style-position: outside;
}
div.contentEd ul li {
	list-style-type: disc;
}
div.contentEd ul ul {
	margin-bottom: 5px;
	list-style-type: square;
}
div.contentEd ul ul li {
	list-style-type: square;
}
div.contentEd ul ul ul {
	margin-bottom: 0;
	list-style-type: circle;
}
div.contentEd ul ul ul li {
	list-style-type: circle;
}
div.contentEd ol {
	margin-bottom: 18px;
	list-style-type: decimal;
	list-style-position: outside;
}
div.contentEd ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
div.contentEd ol ol {
	margin-bottom: 5px;
}
div.contentEd ol ol ol {
	margin-top: 0;
}
div.contentEd li {
	margin: 8px 0 0 30px;
}
div.contentEd a {
	color: #5f5f5f;
}
div.contentEd a:hover {
	text-decoration: none;
}
div.contentEd p img{
	border: 1px solid #009EE0;
	margin-right: 5px;
	margin-bottom: 5px;
}