/* general block/inline styles definitions */
.editor_imagelabel {
	font-style: italic;
	font-size: 9px;
	color: black;
}
.editor_contenttext {
	font-size: 12px;
	color: black;
}
.editor_argumentsubtitle {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #666666;
}
.editor_argumenttitle {
	font-weight: bold;
	font-size: 16px;
	color: #993300;
}
.editor_pagetitle {
	font-weight: bold;
	font-size: 24px;
	color: #993300;
}

/* general block styles definitions */
.editor_whitetablecell {
	background-color: none;
	color: #666666;
	font-size: 12px;
	border: 0px;
}
.editor_pinktablecell {
	background-color: #DEA2A1;
	color: #990000;
	font-size: 12px;
	border: 0px;
}
