
.frameBody {
	color: #444;
    font-family: Arial, sans-serif;
    font-size: 13px;
	height: 98%;
    margin: 0;
    width: 98%;
}

.frameBody p {
    padding: 2px;
}

.frameBody a {
    color: #A04035;
}

.rte-zone {
	background: #FBFBFB;
	border: 1px solid #B2B2B2;
	border-top: 1px solid #DDD;
	clear: both;
	height: 160px;
	margin: 0;
	padding: 4px;
	width: 97%;
}

.rte-toolbar {
	background: #EEE;
	border: 1px solid #B2B2B2;
	border-bottom: 0;
	clear: both;
	overflow: hidden;
	padding: 3px 4px;
	width: 97%;
}

.rte-toolbar a,
.rte-toolbar a img {
	border: 0;
}

.rte-toolbar p {
	height: 18px;
	margin: 0;
	/*padding-right: 5px;*/
}

/* Text sizes */
.text-xxxl {
    font-size: 28px;
    line-height: 32px;
}
.text-xxl {
    font-size: 20px;
    line-height: 24px;
}
.text-xl {
    font-size: 16px;
    line-height: 22px;
}
.text-l {
    font-size: 14px;
    line-height: 18px;
}
.text-m {
    font-size: 12px;
    line-height: 16px;
}
.text-s {
    font-size: 11px;
    line-height: 14px;
}
.text-xs {
    font-size: 10px;
    line-height: 12px;
}





