.i {
    font-style: italic;
}
.b {
    font-weight: bold;
}
.u {
    text-decoration: underline;
}

.center {
        text-align: center;

}
f18 {
        font-size: 18px;

}

a {
    color: #bfbfbf;
    text-decoration: none;
}
a:visited {
    color: #666669;
    text-decoration: none;
}
a:hover {
    color: #ac1221;
    text-decoration: none;
}

img {
    border: none;
}

.upper {
    text-transform: uppercase;
}

    .gold_title {
        font-size: 21px;
        line-height: 28px;
        color: #bfb37d;
        text-transform: uppercase;    
        text-align: left;
    }

    .a14 {
        font-family: 'ArialMT', 'Arial', sans-serif;
        font-size: 14px;
        line-height: 16px;
    
    }
    .a17 {
            font-family: 'ArialMT', 'Arial', sans-serif;
            font-size: 17px;
            line-height: 20px;
    }
    .t16 {
        font-family: 'TimesNewRomanPSMT', 'Times New Roman', serif;
        font-size: 16px;
        line-height: 18px;
    }
    
    .h13 {
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-size: 13px;
        line-height: 16px;
    }
li{
    float:left;
    width:15em;
    margin-left:1em;
    list-style-type: disc;
}

.blue-title {
        color: #B5E3FF;
        font-family: 'ArialMT', 'Arial', sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 14px;
        text-align: center;
        padding-bottom: 4px;
        padding-top: 7px;

}

.orange-line {
    width: 100%;
    background-color:#ffd874;
    height:1px;
    overflow: hidden;
}

