/* 	style-richtext.css
*/

.Green-Text {
	color: #46d15c;
	font-weight: bold;
}

h2 {
	color: #a9b7b1;
	font-weight: bold;
	font-size: 1.2em;
	
}

h3 {
	color: #6a9e77;
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px 0;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #000000;
	color: #ffffff !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.mceContentBody td, .mceContentBody p {
   color: #ffffff !important;
}

.mceContentBody p {
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
}