div.contentEd {
	font-family: Arial;
	font-size: 12px;
	color: #565656;
	margin-bottom: 40px;	
	margin-top: 16px;
	padding-right: 20px;
}
div.contentEd p {
	margin-bottom: 20px;
	line-height: 16px;
}
div.contentEd strong {
	font-weight: bold;
}
div.contentEd em {
	font-style: italic;
}
div.contentEd h1 {
	font-size: 20px;
	color: #026ab5;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
}
div.contentEd h2 {
	font-size: 18px;
	color: #026ab5;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
}
div.contentEd h3 {
	font-size: 16px;
	color: #026ab5;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
}
div.contentEd h4 {
	font-size: 14px;
	color: #026ab5;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
}
div.contentEd h5 {
	font-size: 12px;
	color: #026ab5;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
}
div.contentEd table {
	margin-bottom: 18px;
}
div.contentEd table caption {
	font-weight: bold;
	color:#575757;
	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: #026ab5;
	text-decoration: none;
}
div.contentEd a:hover {
	background-color: #026ab5;
	color: #fff;
}
div.contentEd p img{
	border: 0;
	float: left;
	margin-right: 20px;
}
