.editor * { margin:0px; padding:0px; }

.editor, 
.editor p, 
.editor div, 
.editor a, 
.editor li { 
	/*font-family: Verdana, Arial, Helvetica, sans-serif; color:#000;*/ 
	text-align: justify;
}

.editor, 
.editor p, 
.editor li { 
	line-height: 1.6em; 
}
.editor p {
	/*margin-bottom: 1em;*/
}
.editor p:first-child {
	margin-top: 0;
}
.editor p:last-child {
	margin-bottom: 0;
}
/*
.editor p{ margin: 10px 0 }
*/
.editor img {
	border:none;
	max-width: 100%;
}

/*
.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#000;}
*/
.editor a:hover { color:#666; }

.editor ul, .editor ol { margin-left:25px; }

.editor table.border_class, 
.editor table.border_class td, 
.editor table.border_class th { 
	border-collapse:collapse; 
	border:solid #ccc 1px; 
}

.editor td { padding:3px; }

hr { 
	border: none; 
	height: 1px; 
	background-color: #ccc; 
	color: #ccc; 
}

.editor table.table-center{
	margin:0 auto;
}

.editor td,
.editor th {
	vertical-align: top;
}

.editor td:first-child,
.editor th:first-child {
	padding-left: 0;
}