/* styles used in the Announcements Marquee */

.MarqueeObject
{
    width: 100%;
    height: 80px;
}
.MarqueeObject span
{
direction: rtl;
}
.MarqueeObject p
{
float: left;
width: 280px;
direction: rtl;
}

.MarqueeHR
{
    width: 100%;
}

.MarqueeList
{
    width: 100%;
	 float: left;
}

.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;
}