/*
    Classes used by TinyMCE Style Editor
    to fix issue where style="" is intentionally stripped
    to help with content migration
    
*/
.image-float-left {
    float:left;
    padding: 10px;
}

.image-float-right {
    float:right;
    padding: 10px;
}

.background-gray {
    background-color: #999999;
}

.background-lightgray {
    background-color: #cccccc;
}

/* From legacy FOAC.css */

.address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: 6B1E42;
    text-align: left;
    text-decoration: none;
}
/*.subhead2_blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000066;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
}*/
.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-align: left;
    font-weight: lighter;
}
.subhead3_blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000066;
    text-align: left;
    font-weight: bold;
    line-height: 16px;
}
.subhead3_red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: 6B1E42;
    text-align: left;
    font-weight: bold;
    line-height: 24px;
}
.copyright {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #000066;
    text-align: center;
    font-weight: lighter;
}
.sidebar_text_blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000066;
    text-align: left;
    font-weight: normal;
    text-decoration: none;
}
.sidebar_text_red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #6B1E42;
    text-align: left;
    font-weight: normal;
    text-decoration: none;
}
.subhead2_red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #6B1E42;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
.subhead1_red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #6B1E42;
    text-align: center;
    font-weight: bolder;
    line-height: 24px;
    text-decoration: none;
}
.head1 {



    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #000066;
    text-align: left;
    font-weight: normal;
    line-height: 30px;
}
.head1_bold {



    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #000066;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
}
.buttons1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.buttons1:hover {color:#CFDAF9;}
.buttons1_on {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #F19F00;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.subhead1_blue {



    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000066;
    text-align: left;
    font-weight: bolder;
    line-height: 20px;
}
.buttons2 {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000066;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
}
.buttons2:hover {
color:#6B1E42;
}
.asterisk {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 16px;
    color: #FF0000;
    text-align: left;
    font-weight: bold;
}
.sidebar_text_red2 {



    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #6B1E42;
    text-align: center;
    font-weight: normal;
}
.text_ital {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-align: left;
    font-weight: lighter;
    font-style: italic;
}
.subhead2_red_left {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #6B1E42;
    text-align: left;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
.caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 10px;
    color: #000066;
    text-align: center;
    font-weight: lighter;
    font-style: italic;
}
.payhere {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #6B1E42;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
.announcement {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #6B1E42;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
}
.starburst {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #000066;
    text-align: center;
    font-weight: normal;
    text-transform: none;
}
/* end of FOAC.css */