.tinymce_content, .content_container {
    font-family: Verdana;
    font-size: 10px;
    line-height: 15px;
    text-align: left;
    color: #494949;
}

.medium {
    font-size: 11px;
}

.big {
    font-size: 14px;
    line-height: 150%;
}

.intend {
    margin-left: 30px;
    margin-right: 30px;
}

.outer {
    margin-left: -215px;
}

.blue {
    color: #37698A;
}

.gray {
    color: #CCCCCC;
}

A {
    color: #37698A;
    text-decoration: underline;
}

A:hover {
    text-decoration: none;
}

H1 {
    margin-top: 0px;
    font-family: Verdana;
    font-size: 22px;
    font-weight: bold;
    color: #494949;
}

H2 {
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #494949;
}

H3 {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #494949;
}


IMG {
    border: 0px;
}

.error-message, .red {
    color: RED;
}

