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

/* standard bodytext */
.bodytext {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #333333;
    vertical-align: middle;
    line-height: 1.25;
}

.footertext {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #000000;
}

.whitetext {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

.headertext {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

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

/* 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.footertextLink:active,A.footertextLink:visited {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

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

A.whitefootertextLink,A.whitefootertextLink:active,A.whitefootertextLink:visited {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

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

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

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