h2 {
    font-size:27px;
    line-height: 28px;
    margin:10px 0;
    font-weight:bold;
    clear:both;
}

h3 {
    font-size:19px;
    line-height: 21px;
    margin:10px 0;
    /*font-weight:bold;*/
    color:#F99B0C;
    clear:both;
}

h4 {
    font-weight: bold;
}

h5 {
    font-weight: bold;

}

em {
    font-style: italic;
}

.promotext {
    font-size:19px;
    line-height: 24px;
}

.orange {
        color:#F99B0C;
}

.pink {
        /*color:#ba006f;*/
        color:#e6007e;
}

.blue {
        color:#258BBF;
}

.content a,
.x-form-textarea a {
    /*color:#5D4F4B;*/
    text-decoration:underline;
}

.content a:hover,
.x-form-textarea a:hover {
    color:#66594e;
    text-decoration:none;
}

.linkstyle1 {
    color:#ba006f !important;
}

.imagefullwidth {
    width:100%;
}

.imagehalfright{
    max-width:50%;
    float:right;
    margin-left:20px;
    padding-left: 20px;
    margin-bottom:10px;
    margin-top:10px;
}

.imagehalfleft{
    max-width:50%;
    float:left;
    margin-right:20px;
    padding-right: 20px;
    margin-bottom:10px;
    margin-top:10px;
}

.photocredit {
    font-style:italic;
    font-size: 11px;
}