div.megaeditor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 497px;
	padding: 10px;
	color:  #848484;
}
.megaeditor h1,h2,h3,h4,h5,h6 {
	font-size: 13px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #656565;
}
.megaeditor p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.megaeditor strong,b{
	color:#565656;
}
.megaeditor a {
	font-weight: bold;
	color: #3461a1;
	text-decoration: none;
}
.megaeditor a:hover {
	color: #274671;
	text-decoration: underline;
}
.megaeditor img {
	display: block;
	margin-top: 11px;
	margin-bottom: 10px;
}
.megaeditor hr {
	height: 1px;
	border: 0px;
	width: 100%;
	color: #274671;
	background-color: #899dba;
}
.megaeditor ul {
	padding: 0px;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
	color: #6d6d6d;
}
.megaeditor ul li {
	margin-bottom: 3px;
}
.megaeditor ol {
	padding: 0px;
	list-style-type: upper-roman;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
	color: 6d6d6d;
}
.megaeditor ol li {
	margin-bottom: 3px;
}
