#cms_editable {
	border: 0 none;
	font-family: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
}

#cms_editable a {
}

#cms_editable strong, b {
	font-weight: bold;
	color: #900;
}

#cms_editable a img {
	border-bottom: 0;
}

#cms_editable img {
	float: right;
	margin-left: 12px;
	margin-right: 0;
}

#cms_editable img.left_align {
	float: left;
	margin-right: 12px;
	margin-left: 0;
}

#cms_editable p {
	color: #333;
	padding-bottom: 8px;
}

#cms_editable .image_plus_caption {
	line-height: 1em;
	float: right;
	margin-left: 12px;
	text-align: right;
	font-style: italic;
	margin-bottom: 10px;
}

#cms_editable .image_plus_caption img {
	float: none;
	margin-left: 0;
	margin-bottom: 8px;
}

#cms_editable .image_plus_caption.left_align {
	float: left;
	margin-right: 25px;
	margin-left: 0;
	text-align: left;
}
#cms_editable .image_plus_caption.left_align img.left_align {
	float: none;
	margin-right: 0;
}

#cms_editable .center_align {
	float: none;
	text-align: center;
	margin: 0 auto 10px auto;
}
#cms_editable .center_align img {
	margin-bottom: 4px;
}

#cms_editable h2 {
	color: #890103;
	padding-bottom: 6px;
	border-bottom: 1px dashed #d1d0cf;
	margin-bottom: 10px;
	margin-top: 10px;
}
#cms_editable h3, #cms_editable h4, #cms_editable h5 {
	color: #11100d;
	font-style: italic;
	margin-bottom: 8px;
	margin-top: 10px;
}

#cms_editable h4 { 
	font-weight: bold;
	font-style: normal;
	color: #890103;
}
#cms_editable h5 {
	font-weight: bold;
	font-style: normal;
}

#cms_editable ul, #cms_editable ol {
	margin: 25px 0;
}
#cms_editable ul li, #cms_editable ol li {
	margin-left: 30px;
	margin-bottom: 1px;
}
#cms_editable ul li {
	list-style-type: disc;
}
#cms_editable ol li {
	list-style-type: decimal;
}
#cms_editable pre {
	white-space: normal;
	font-family: "Courier New", Courier, monospace;
	color: #000;
}

#cms_editable blockquote {
	margin: 0 25px;
	font-style: italic;
}
#cms_editable blockquote .cite {
	font-style: normal;
}
#cms_editable table {
	width: 100%;
	border-left: 1px dashed #d1d0cf;
	margin: 10px auto 25px auto;
}
#cms_editable table caption {
	color: #11100d;
	font-size: 12px;
	margin-top: 10px;
	font-style: italic;	
}
#cms_editable table tr td {
	border-bottom: 1px solid #f0efef;
}
#cms_editable table thead td {
	background: #000 url(../images/bg_table_thead.jpg) 0 0 repeat-x;
	padding: 20px;
	font-size: 13px;
	color: #8c867b;
	border-right: 1px dashed #2b2b2b;
}
#cms_editable table tbody td, #cms_editable table tfoot td {
	padding: 20px;
	border-right: 1px dashed #d1d0cf;
}
#cms_editable object, #cms_editable embed {
	margin: 10px 0 25px 0;
}

#cms_editable p + h2, #cms_editable p + h3, #cms_editable p + h4, #cms_editable p + h5, #cms_editable p + ul, #cms_editable p + ol, #cms_editable p + table caption {
	margin-top: 0;
}

#cms_editable .source {
	color: #9e978b;
	margin-bottom: 2px;
	font-size: 12px;
	float: right;
	width: 120px;
}

#cms_editable .caption {
	color: #11110d;
	margin-bottom: 2px;
	font-size: 12px;
	float: right;
	width: 120px;
	
}
