.tmce {
    font: 11px Tahoma, Arial;
	color: #4b4b4d;
}
.tmce h1 {
    font: 18px Tahoma, Arial;
	color: #000;
}
.tmce h2 {
	padding-bottom: 5px;
    font: 15px Tahoma, Arial;
	color: #000;
}
.tmce a {
	outline: none;
    color: #666666;
	text-decoration: none;
}
.tmce a:hover {
	text-decoration: underline;
}
.tmceImgLeft {
	float: left !important;
	padding: 0px 12px 12px 0px;
}
.tmceImgRight {
	float: right !important;
	padding: 0px 0px 12px 12px;
}
.tmceTxtHigh {
	font-weight: bold;
}
.tmceTxtIntro {
	font-style: italic;
}
.tmceTxtNormal {
	font-style: normal !important;
	font-weight: normal !important;
}
.tmceTblHeader td {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}
.tmceTblHeader td, 
.tmceTblOdd td, 
.tmceTblEven td {
	padding: 9px 0px 9px 0px;
	border-right: 12px solid #ffffff;
}
.tmceTblOdd td {
	background-color: #eeeeee;
}
.tmce ul, .tmce ol {
	padding-left: 16px;
	margin: 10px 0px 10px 0px;
}
.tmce ul li {
	list-style-type: square;
}
.tmce ol li {
	list-style-type: decimal;
}