body.mceContentBody {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
	overflow-y: scroll;
	overflow-x: auto;
}
.mceContentBody a:link {
	color: #937a61 !important;
	text-decoration: none !important;
}
.mceContentBody a:visited {
	color: #937a61 !important;
	text-decoration: none !important;
}
.mceContentBody a:active {
	color: #937a61 !important;
	text-decoration: none !important;
}
.mceContentBody a:hover {
	color: #587f19 !important;
	text-decoration: none !important;
}
a:link {
	color: #937a61;
	text-decoration: none;
}
a:visited {
	color: #937a61;
	text-decoration: none;
}
a:active {
	color: #937a61;
	text-decoration: none;
}
a:hover {
	color: #587f19;
	text-decoration: none;
}
body.mceContentBody p {
	margin-top: 0;
}
h1 {
	font: 30px/40px Arial, Helvetica, sans-serif;
}
h2 {
	font: 20px/30px Arial, Helvetica, sans-serif;
}
h3 {
	font: 16px/20px Arial, Helvetica, sans-serif;
}
ul li {
	font: 14px/20px Arial, Helvetica, sans-serif;	
}


.brownBox {
	background: #573817;
	border: 1px solid #140d06;
	padding: 5px;
	color: #FFFFFF;
}
.whiteBox {
	background: #FFFFFF;
	border: 1px solid #140d06;
	padding: 5px;
	color: #333333;
}
.imageBorderWhite {
	border: 2px solid #FFFFFF;
}
.imageBorderBlack {
	border: 2px solid #000000;
}
.lightCell {
	background: #f2f2f2 url(../../images/cells/LightCell.gif) repeat-x;
	border: 1px solid #8a8a8a;
	padding: 5px;
	color: #333333;
}
.darkCell {
	background: #cccccc url(../../images/cells/DarkCell.gif) repeat-x;
	border: 1px solid #8a8a8a;
	padding: 5px;
	color: #333333;
}
.blueCell {
	background: #bbcdde url(../../images/cells/BlueCell.gif) repeat-x;
	border: 1px solid #8a8a8a;
	padding: 5px;
	color: #333333;
}
.redCell {
	background: #d9bdb6 url(../../images/cells/RedCell.gif) repeat-x;
	border: 1px solid #8a8a8a;
	padding: 5px;
	color: #333333;
}
.yellowCell {
	background: #dbdf92 url(../../images/cells/YellowCell.gif) repeat-x;
	border: 1px solid #8a8a8a;
	padding: 5px;
	color: #333333;
}
.greenCell {
	background: #587f19 url(../../images/cells/GreenCell.gif) repeat-x;
	border: 1px solid #6e6e6e;
	padding: 5px;
	color: #FFFFFF;;
}