/* CSS Dcoument */
/* this file provides styles for the HTMLarea Editor in Typo3 */

span.orange {
	color: #FF6400;
}
span.orange-bold {
	color: #FF6400;
	font-weight: bold;
}
span.gray {
	color: #dddddd;
}
span.small {
	font-size: 70%;
}