    #scrollingText
	{
	position: relative;
	width: 955px;	
	_width: 950px;	
	height:71px;	
	padding:4px;	
	
	}

	#scrollingText div.scrollableArea *
	{
	display: block;
	float: left;
	margin: 0;
	padding-right: 2px;
	padding-top:0px;
	font-family: Arial;
	font-size:14px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	text-decoration:none;
	
	}
	#scrollingText div.scrollableArea a:hover {
	color:#FF0000;
	
	}
	