/*****************************
	BACKGROUNDS
*****************************/

.announcements-list-background
{
    background-color: #FFFFFF;
}

.announcements-list-line
{
    background-color: #636563;
}

.announcements-list-header
{
    background-color: #B5EB21;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-indent: 0pt;
}

.announcements-list-item
{
    background-color: #FFFFFF;
    color: #636563;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line;
    text-indent: 0pt;
}

.announcements-list-item-2
{
    background-color: #E0E3E2;
    color: #636563;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line;
    text-indent: 0pt;
}


/*****************************
	TEXT
*****************************/


.announcements-paragraph-title {
		line-height: 20px; font-weight: bold; font-style: normal; font-size: 12px; color: #0080DB; font-family: verdana, sans-serif; text-decoration: none
}

.announcements-summary-text {
		line-height: 20px ; font-weight: normal; font-style: none; font-size: 11px; color: #000000; font-family: verdana, sans-serif; text-decoration: none
}

.announcements-date {
    font-weight: normal; font-style: none; font-size: 11px; color: #54A50A; text-decoration: none
}

.announcements-text {
		line-height: 20px ; font-weight: normal; font-style: none; font-size: 11px; color: #000000; font-family: verdana, sans-serif; text-decoration: none
}


