
/*===============================================================*/	
/* Tiny MCE Editor layout  */
/* Last updated:            */ 
/*===============================================================*/	


body.mceContentBody {
	background-color:#CCCC99;
   	text-align: left;
   	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}
#offers {
/*	width: 780px;*/
	padding-left: 15px;
	background-color:#CCCC99;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666633;;
 	font-weight: bold;
}
.h2 {
	color: #666633;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.h3 {
	color: #666633;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}
.normal {
	color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}