

/*
 * Editor settings
 */
.tMCE .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #4093BA;
}
.tMCE .intro {
    color: #4093BA;
    font-weight: normal;
}
.tMCE .std {
    color: #000000;
    font-weight: normal;
}
.tMCE .highlite {
    font-weight: bold;
}
.tMCE a {
    color: #4093BA;
}
.tMCE ul {
    padding: 0px 0px 0px 14px;
}
.tMCE ol {
    padding: 0px 0px 0px 20px;
}
.tMCE ul li {
    list-style-type: disc;
}
.tMCE ol li {
    list-style-type: decimal;
}
.tMCE p {
    margin: 0px;
    padding: 0px;
}