﻿
.tickerLines
{	
	/*width: 524px;*/
	position: relative;
	top: 7px;
	/* ellipsis definitions for longer text */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tickerLines, .tickerLines a
{
	/*color: #080808; */
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

.tickerLines a:hover
{
	color: #900B09;	
}