.editor * { margin:0px; padding:0px; color:#727272; font-size: 13px; }

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

.editor, .editor p, .editor li { line-height:23px; }

.editor img { border:none; }

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

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

.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, .editor th { padding:3px; }

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

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

.editor .underline, .editor .underline * { text-decoration:underline; }

td.greybg{
	background-color:#EEEEEE;
}td.greenbg{
	background-color:#8BD858;
}td.bold{
	font-weight:bold;
}td.greytxt{
	color:#727272;
}td.whitetxt{
	color:white;
}table.useborder{
	border:1px solid #CBCBCB; 
	border-bottom:0;
	border-right:0;
}table.useborder td{
	border:1px solid #CBCBCB; 
	border-top:0;
	border-left:0;
	width:16.67%;
	text-align:center;
	padding:10px 0;
}td.vtop{
	vertical-align:top;
}