a.newsTicker{
	text-decoration:none;
	color:#7399C6;
	font-weight:bold;
	}
	
a.newsTicker:hover{
	text-decoration:underline;
	color:#CC0000;
	font-weight:bold;
	}
	
a.newsTickerTitle{
	text-decoration:none;
	color:#25408F;
	font-weight:bold;
	}
	
a.newsTickerTitle:hover{
	text-decoration:underline;
	color:#25408F;
	font-weight:bold;
	}
	
#newsTickerInline{
	padding:1px;
	border:1px solid #7399C6;
	border-bottom:1px solid #25408F;
	margin-bottom:6px;
	height:16px;
	background-color:#D4E7F8;
	overflow:hidden;
	font-size:90%;
	padding-left:6px;
	}
	
#newsTickerInline a.newsTicker{
	color:#25408F;font-weight:bold;
	}
#newsTickerInline a.newsTicker:hover{
	color:#CC0000;font-weight:bold;
	}	

