

.HTMLEditor, .contentBody {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: red;
}

.HTMLEditor .HTMLTextBlock {
	background-color: #ddd;
	margin: 6px 24px 6px 12px;
	padding: 6px;
}

.HTMLEditor .HTMLRedText {
	color: #c00;
}

.HTMLEditor .HTMLSmallText {
	font-size: 11px;
}

.HTMLEditor .HTMLXSmallText {
	font-size: 10px;
}

.HTMLEditor .HTMLLargeText {
	font-size: 14px;
}

.HTMLEditor .HTMLXLargeText {
	font-size: 18px;
}

.HTMLEditor .FCKSidebar {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	height: 20px;
	margin: 0 0 0 0;
	overflow: hidden;
	padding-left: 6px;
	padding-top: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 162px;
}

.HTMLEditor .HTMLSidebar {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	height: 20px;
	margin: 0 0 0 0;
	overflow: hidden;
	padding-left: 6px;
	padding-top: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 162px;
}
