@charset "utf-8";
/* CSS Document */

body#wysiwygEditorBody {
	font-family: verdana;
	font-size: 11px;
	color: #646466;
}
#wysiwygEditorBody p {
	margin: 0px;
	padding: 0px;
}
#wysiwygEditorBody a {
	color: #646466;
	text-decoration: underline;
}
#wysiwygEditorBody a:hover {
	color: #646466;
	text-decoration: none;
}
#wysiwygEditorBody ul, ol {
	font-family: verdana;
}
#wysiwygEditorBody li {
	margin: 0px 0px 18px 0px;
	color: #646466;
}
#wysiwygEditorBody h1 {
	margin: 0px 0px 18px 0px;
	padding: 0px;
	font-size: 13px !important;
	line-height: 20px;
}
#wysiwygEditorBody h2 {
	margin: 0px 0px 18px 0px;
	padding: 0px;
	font-size: 11px !important;
	line-height: 18px;
}
#wysiwygEditorBody h3 {
	margin: 0px 0px 18px 0px;
	padding: 0px;
	font-size: 11px !important;
	line-height: 18px;
}
.green {
	color: #8CC63F;
}
.blue {
	color: #254494;
}
.red {
	color: #aa2b17;
}
.orange {
	color: #e1821b;
}
.pink {
	color: #e6285a;
}
IMG.img_left {
	margin: 6px 10px 6px 0px;
	float: left;
}
IMG.img_right {
	margin: 6px 0px 6px 10px;
	float: right;
}
