.announcementTitle
{
	font-weight: bold;
	font-size: 10pt;
}
.announcementCritical
{
	font-weight: bold;
	color: Red;
}
.announcementHigh
{
	color: Red;
}
#ticker-container 
{
	position: relative;
	overflow: hidden;
	width: 144px;
	height: 80px;
	background-color: #DAE3EE;
	background-repeat: repeat;
	padding: 1px;
	border-style: solid;
	border-width: 2px;
	border-color: #B5C7DE;
}
#ticker 
{
	position: relative;
	width: 142px;
}
#ticker ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#ticker ul li 
{
    display: list-item;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    padding-left: 2px;
}

#ticker ul li a 
{
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    padding-left: 2px;
}
    
#ticker ul li a:hover 
{
    font-family: arial;
    font-size: 8pt;
    text-decoration: none;
    padding-left: 2px;
}

