.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;
}
