.body_content {
    margin-left:5px;
}

.small_gray_text {
    color: gray;
    font-size: 13px;
}

.trademark_text {
    color: gray;
    font-size: 11px;
}

.error_message {
    color: red;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.gray_bg {
     background-color: #cccccc
}

.mailing_addr {
    padding-left:20px;
}

H1 {
    margin-top:5px;
    line-height:120%;
    font-size: 16pt; 
    color: #565B74;
}

H1 A:link {text-decoration: none; color: blue;}
H1 A:visited {text-decoration: none; color: blue;}
H1 A:active {text-decoration: none; color: blue;}
H1 A:hover {text-decoration: none; color: grey;}

H2 {
    font-size: 14pt; 
    color: #565B74;
}

H2 A:link {text-decoration: none; color: blue;}
H2 A:visited {text-decoration: none; color: blue;}
H2 A:active {text-decoration: none; color: blue;}
H2 A:hover {text-decoration: none; color: grey;}

H3 {
    font-size: 12pt; 
    color: #565B74;
}

H3 A:link {text-decoration: none; color: blue;}
H3 A:visited {text-decoration: none; color: blue;}
H3 A:active {text-decoration: none; color: blue;}
H3 A:hover {text-decoration: none; color: grey;}

.text_ad_p {
    background: #cc9900;
    padding: 5px;
}

ul.unadorned {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-left: 0em;
    border-left: 0px;
}

ul.unadorned li{
    background-position: 0% 100%;
    border-left: 0px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.subscript {
    color: gray;
    font-size: 13px;
}

.required {
    color: green;
    font-weight: bold;
}

.title_text {
    font-family: Times New Roman, serif;
    text-align: center;
    vertical-align: middle;
    /*color: #4d6ab0;*/
    color: #cc9900;
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 15px;
    line-height: 37px;
    font-size: 32px;
}

.title_text_large {
    font-family: Times New Roman, serif;
    vertical-align: middle;
    font-size: 59px;
    line-height: 41px;
    line-height: 41px;
}

.contractor_dir {
    float: right;
    background: #ccc;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0px;
    padding:0px;
    border-top: thin solid;
    border-right: thin solid;
    border-left: thin solid;
    border-bottom: thin solid;
    width: 180px;
}

