.editor {
    overflow: auto;
}

.editor * { margin:0px; padding:0px; font-size: 12px; font-family:Arial; line-height:24px; color:#505050;}

.editor, .editor p, .editor div, .editor a, .editor li, .editor td, .editor th {  word-wrap: break-word; white-space: normal; }

.editor, .editor p, .editor li {}

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#737373;}

.editor a:hover { color:#737373; }

.editor ul, .editor ol { margin-left:25px; list-style-image:url('img/li.png')}

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

.editor td, .editor th { padding:3px; }

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

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

body{
	font-family:Arial;
}

.editor table {
    border-collapse: collapse;
}

.editor table td,
.editor table th{
    border: 1px solid #7a7a7a;
}