.tinymce_content, .content {
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #585858;
}

.tinymce_content {
    text-align: left;
}

.big {
    font-size: 12px;
}

.blue {
    color: #0A6C80;
}

.grey {
    color: #A2A284;
}

.error-message, .red {
    color: RED;
}

A {
    color: #0A6C80;
    text-decoration: underline;
}

A:hover {
    text-decoration: none;
}

H1 {
    margin-top: 12px;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
}

H2 {
    margin-top: 12px;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: normal;
}

H3 {
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
}

IMG {
    border: 0px;
}

UL {
    margin-left: 0px;
    padding-left: 25px;
}

LI {
    list-style-image: url(../img/bullet.gif);
}

