/* GENERAL STYLES */
body.mceContentBody
{
    font-size: 0.6em!important;
    color: #707070;
    padding: 7px;
}
div.contentPanel div.content a,
body.mceContentBody a {
	text-decoration: none;
	color: #027ABB;
}
body.mceContentBody a:hover {
	text-decoration: underline;
}

/* EDITOR PROPERTIES */
.blueHeader {
font-size: 16px;
font-weight: bold;
color: #027ABB;
margin: 0px 0px 20px 0px;
}

.greenHeader {
font-size: 16px;
font-weight: bold;
color: #73be1e;
margin: 0px 0px 20px 0px;
}

.blackHeader {
font-size: 16px;
font-weight: bold;
color: #000;
margin: 0px 0px 20px 0px;
}

.boldBlue {
font-size: 1em;
font-weight: bold;
color: #027ABB;
}

.boldGreen {
font-size: 1em;
font-weight: bold;
color: #73be1e;
}

.boldBlack {
font-size: 1em;
font-weight: bold;
color: #000;
}

.blueText {
font-size: 1em;
font-weight: normal;
color: #027ABB;
}

.greenText {
font-size: 1em;
font-weight: normal;
color: #73be1e;
}

.blackText {
font-size: 1em;
font-weight: normal;
color: #000;
}

.grayContentTxt {
font-size: 1em;
font-weight: normal;
color: Gray;
}

