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

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

.editor, .editor p, .editor li { line-height:1.8em; }

/*
.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 #CCCCCC 1px; }

.editor td { padding:3px; }

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

.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;
}