﻿body {
    font-family: Sans-Serif;
    font-size: 9pt;
    margin: 0px;
}

h1 {
    color: #838383;
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.content_title {
    font-size: 12pt;
    color: Black;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 6px;
    font-weight: bold;
    color: #505050;
    border-bottom: 1px solid #cccccc;
    background-color: #e8ffe8;
}

.content, .padded_content {
}

.padded_content {
    padding: 10px;
}

.unfloat {
    float: none;
    clear: both;
}

.error_text {
    color: Red;
    font-weight: bold;
}

.result_text {
}

.autocomplete_highlighteditem {
    font-size: 8pt;
    background-color: #c8dfc8;
}

.autocomplete_item {
    font-size: 8pt;
}

.image_link img {
}
.image_link {
    border: 0px none;
}

h2 {
   color: #c1131e;
   margin: 0px;
   padding: 0px;
   padding-top: 8px;
   padding-left: 8px;
}