div.contentEd {
	float: left;
	font-size: 13px;
	color: #333333;
	margin-left: 15px;
}
div.contentEd p {
	margin-bottom: 20px;
	line-height: 20px;
	text-align: justify;
}
div.contentEd strong {
	font-weight: bold;
}
div.contentEd em {
	font-style: italic;
}
div.contentEd h2 {
	font-size: 16px;
	margin-bottom: 11px;
	font-weight: bold;
}
div.contentEd h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
div.contentEd h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}
div.contentEd h5 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}
div.contentEd table {
	margin-bottom: 18px;
}
div.contentEd table caption {
	font-weight: bold;
	color:#004a8d;
	font-size: 13px;
}
div.contentEd table th {
	padding: 4px 2px;
	background: #F4F1EC;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}
div.contentEd table td {
	padding: 4px 2px;
	font-size: 13px;
	vertical-align: top;
}
div.contentEd table td h2 {
	font-weight: bold;
	font-size: 19px;
	color: #004a8d;
}
div.contentEd ul {
	margin: 0 0 18px 0;
}
div.contentEd ul li {
	background: url(../images/list_style.png) no-repeat left top;
	padding-left: 30px;
	margin-left: 0;
}
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: #97bf0d;
}
div.contentEd a:hover {
	text-decoration: none;
}
div.contentEd p img{
	border: 5px solid #f5efd8;
	float: right;
	margin-left: 25px;
}
body.threeColumns div.contentEd p img{
	border: 5px solid #f5efd8;
	float: right;
	margin-left: 10px;
}
