/* Class names may not contain underscores or capital letters */
/* Color values must be preceded with a '#' character */

.red12 {
    color : #FD0002;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight : bold;
    line-height : 150%;
}

.black14 {
    color : #000000;
    font-size : 14px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight : bold;
    line-height : 150%;
}

.gray11 {
    color : #36384A;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight : bold;
    line-height : 110%;
}

.gray12 {
    color : #36384A;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight : normal;
    line-height : 150%;
}

.text10 {
    color : #36384A;
    font-size : 10px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight : normal;
}

a.navgray {
    color : #36384A;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
}

a.navgray:hover {
    color : #FD0002;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
    text-decoration : none;
}

a.navgray12 {
    color : #36384A;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
}

a.navgray12:hover {
    color : #FD0002;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
    text-decoration : none;
}

a.navred {
    color : #FD0002;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
}

a.navred:hover {
    color : #36384A;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
    text-decoration : underline;
}

a.nav10 {
    color : #36384A;
    font-size : 10px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : underline;
    font-weight: normal;
}
a.nav10:hover {
    color : #FD0002;
    font-size : 10px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : underline;
    font-weight: normal;
    text-decoration : underline;
}

a.navwhite {
    color : #A2A5B8;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
    margin-left : 20px;
}
a.navwhite:hover {
    color : #FFFFFF;
    font-size : 11px;
    font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    text-decoration : none;
    font-weight: bold;
    text-decoration : none;
    margin-left : 20px;
}
