/*
Theoretical fix for Chrome not correctly rendering alpha-blended backgrounds

div[id^=mainMenuOverDiv] {
    background-color: rgba(11,6,77,0.9) !important;
}
*/
.standardText
{
    font-family: Tahoma,Geneva,Verdana,Arial,Sans-Serif;
    font-size: 12pt;
    color: black;
    font-style: normal;
    text-align: justify;
    text-justify: auto;
}

.headingTextRed
{
    font-family: Cambria,Times New Roman,Serif;
    font-size: 24px;
    color: rgb(158,19,24);
    font-weight: bold;
    font-style: normal;
    line-height: 150%;
}

.headingTextBlue
{
    font-family: Cambria,Times New Roman,Serif;
    font-size: 24px;
    color: rgb(11,6,77);
    font-weight: bold;
    font-style: normal;
    line-height: 150%;
}

.redText { color: rgb(158,19,24); }
.blueText { color: rgb(11,6,77); }

.contentHeading
{
    font-family: Cambria,Times New Roman,Serif;
    color: rgb(158,19,24);
    font-weight: bold;
    font-size: 16pt;
    color: black;
}
.contentBody
{
    font-family: Calibri,Verdana,Arial,Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: justify;
    text-justify: auto;
    color: black;
}
.contentWrapper
{
    font-family: Calibri,Verdana,Arial,Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    background-color: rgba(255,255,255,0.75);
    overflow-Y: auto;
}
