/***************************************************************
 Global Stylesheet - Bootstrap Software
 **************************************************************/

/* standard bodytext */
.bodytext {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #000000;
}

/* red bold bodytext */
.redtextBold {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

/* black bold bodytext */
.blacktextBold {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

/* white text 11px bold */
.whitetext11Bold {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

/* 13px orange bold text */
.orangetext13Bold {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #C58C15;
}

/* 13px subnav link */
A.bodytext13Link,A.bodytext13Link:active,A.bodytext13Link:visited {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    color: #4C3996;
    text-decoration: none;
}

A.bodytext13Link:hover,A.bodytext13Link:visited:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    color: #C58C15;
    text-decoration: none;
}

/* normal link */
A.bodytextLink,A.bodytextLink:active,A.bodytextLink:visited {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #4C3996;
    text-decoration: none;
}

A.bodytextLink:hover,A.bodytextLink:visited:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #C58C15;
    text-decoration: none;
}

A.footertextLink,A.bodytextLink:active,A.footertextLink:visited {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

A.footertextLink:hover,A.footertextLink:visited:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}