.editorContent{
	clear: both;
    padding: 0 10px;
    color: #000000;
    font-family: Tahoma,Arial,Verdana;
    font-size: 13px;
    line-height: 17px;
	text-align:left;
}
.editorContent table td, .editorContent table th{
	color: #000000;
    font-family: Tahoma,Arial,Verdana;
    font-size: 13px;
    line-height: 17px;
    padding:4px;
}
.editorContent p, .editorContent div{
	margin-top:	13px;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
}
.editorContent b, .editorContent strong{
	font-weight:strong;
}
.editorContent h1{
	margin-top:	13px;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
	font-size:26px;
	font-weight:normal;
}
.editorContent h2{
	font-size:20px;
	margin-top:	13px;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
	font-weight:normal;
}
.editorContent h3{
	font-size:16px;
	margin-top:	13px;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
	font-weight:normal;
}

.editorContent ul{
	margin-top:	16px;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	list-style-position:outside;
	list-style-type:disc;
	padding-left:35px;
}