/* TinyMCE specific rules */
.mceContentBody {
	font-family: Verdana;
	font-size:12px;
	color:#000;
}


.clear {
	clear:both;
}


.mceContentBody h1, h.mceContentBody 2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0;
	padding: 0;
}

.mceContentBody p {
	margin: 5px 0px !important;
	padding: 0;
}

.mceContentBody h1 {
	font-family: Garamond;
	color: #c00;
	font-size:18px !important;
	margin: 10px 0px 5px 0px !important;
}
.mceContentBody h2 {
	font-family: Garamond;
	font-size:18px !important;
	color: #00c;
	margin: 10px 0px 5px 0px !important;
}
.mceContentBody h3 {
	font-family: Garamond;
	font-size:16px !important;
	color: #00c;
	margin: 5px 0px !important;
}
.mceContentBody h4 {
	font-family: Garamond;
	font-size:16px !important;
	color: #c00;
	margin: 5px 0px !important;
}
.mceContentBody h5 {
	font-family: Garamond;
	font-size: 14px !important;
	color: #c00;
}
.mceContentBody h6 {
	font-family: Garamond;
	font-size: 14px !important;
	color: #00c;
}

.mceContentBody a {
	color: darkgreen;
	text-decoration: underline;
}
.mceContentBody a:hover {
	text-decoration: none;
	color: #000;
}

