/* styles used in the Announcements Marquee */

.MarqueeObject
{
    width: 100%;
    height: 80px;
}

.MarqueeHR
{
    width: 100%;
}

.MarqueeList
{
    width: 100%;
}

.MarqueeTitle
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

.MarqueeDescription
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
}

.MarqueeDate
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Gray;
}