/* GENERAL STYLES */
@charset "UTF-8";
/*-------- wysiwyg content ---------*/
#content p, #content ul, #content ol {
	font-size: 16px;
	line-height: 19px;
}
#content h1 {
	font-size: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1A3B40;	
}
#content h2 {
	font-size: 22px;
	font-weight: normal;
}
#content h3 {
	font-size: 18px;
	font-weight: normal;
}
#content h4 {
	font-size: 14px;
	font-weight: normal;
}
#content h5 {
	font-size: 12px;
	font-weight: normal;
}
#content h6 {
	font-size: 10px;
	font-weight: normal;
}
#content .itemleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
#content .itemright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.teal-hilite {
	color: #38828B;
}
.orange-hilite {
	color: #FEB511;
}
#content p.quote, .quote {
	color: #1A3B40;
	font-style: italic;
	font-size:16px;
	margin: 10px 0px 0px 0px;
}
#content p.quote-detail, .quote-detail {
	color: #999999;
	font-style: italic;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}

/*-------- general content ---------*/
#content h1, #content h2, #content h3, #content h4, #content h5, #content p {
	margin-top: 0px;
	margin-bottom: 12px;
}
#content a {
	color: #38828B;
}

/* EDITOR PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

p {

}

itemleft {

}

itemright {

}

.orange-hilite {

}

.quote {

}

.quote-detail {

}

