body.cke_editable {
    width:100% !important;
    margin:0 !important;
    padding:10px !important;
    border:none !important;
    background:#ffffff !important;
    box-shadow:none !important;
}
.cke_show_borders {
    background:#ffffff;
    width:100%;
    margin:0;
    border:none;
    padding:10px;
    box-shadow:none;
    box-sizing:border-box;
}

.Content_Main {
    float:left;
    width:100%;
    margin:23px 0;
}

body {
    font:14px/20px Tahoma,Arial,Verdana,sans-serif;
    text-decoration:none;
    background:#ffffff;
    margin:0;
}

h2 {
    margin:23px 0 5px 0;
    color:#c30;
    font-size:21px;
    font-weight:bold;
    line-height:33px;
    background:url(../images/content_main_icon_1.png) no-repeat 0 center;
    padding-left:40px;
}

h4 {
    font-weight:normal;
    background:url(../images/content_main_icon_b.png) no-repeat 0 5px;
    padding-left:14px;
    margin:12px 0;
    margin-left:8px;
}

h5 {
    font-size:13px;
    font-weight:normal;
    background:url(../images/content_main_icon_2.png) no-repeat 0 5px;
    padding-left:14px;
    margin:12px 0;
    margin-left:22px;
}

table {
    font-size:14px;
    border:1px solid #906946;
    border-spacing:0;
    border-collapse:collapse;
    width:100%;
}

table thead {
    background:#a54100;
    color:#fff;
    font-weight:bolder;
}

table td {
    border:1px solid #906946;
    text-align:center;
    padding:8px 0;
}

table th {
    border:1px solid #906946;
    text-align:center;
    padding:8px 0;
}

[href] {
    text-decoration:none;
}