* {
    font-family: verdana,sans-serif;
    color: #005F43;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

img.img_left {
    float: left;
    border: solid 1px #b6b7b6;
    padding: 4px;
    margin: 2px 5px 5px 0px
}

img.img_right {
    float: right;
    border: solid 1px #b6b7b6;
    padding: 4px;
    margin: 2px 0px 5px 5px
}

h2 {
    font-family:verdana,sans-serif;
    color: #868686;
    font-size: 12px;
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

div.html_content a {
    text-decoration: underline;
}

div.html_content a:visited {
    text-decoration: underline;
    color: #868686;
}

div.hidden_hr_visible {
    width: 100%;
    height: 1em;
    clear: both;
    border: solid 1px red;
}

div.hidden_hr_invisible {
    width: 100%;
    height: 1em;
    clear: both;
}

