.BodyTitle
{
    font-size: 13pt;
    color: red;
    font-family: 'Times New Roman' , Serif;
    font-weight: bold;
    text-align: center;
}
.BodyText
{
    font-size: 10pt;
    color: black;
    font-family: 'Times New Roman' , Serif;
}
.SeperatorLine
{
    border-top-style: solid;
    border-top-color: red;
}
.SeperatorLine2
{
    border-top-style: solid;
    border-top-color: black;
}
.VolumeLabel
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    text-align: center;
    width: 235px;
}
.QuoteBox
{
    border-right: navy 5px solid;
    border-top: navy 5px solid;
    border-left: navy 5px solid;
    border-bottom: navy 5px solid;
    color: navy;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 13pt;
    font-family: Arial, Sans-Serif;
    width: 245px;
    text-align: left;
}
.RightAlign
{
    text-align: right;
}
.InfoBox
{
    width: 215px;
    background-color: #1e90ff;
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.Footer
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: navy;
}
.PageBorder
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}