/* CSS Document */

	#ticker-container {
	overflow:hidden;
	float:left;
	width:170px;
	height:160px;
	background-color:#ffffff;
	background-repeat: repeat;
	padding:0px;
	border:0px;
	}
	
	#ticker {
		position:relative;
		width:170px;
	}
	
	#ticker ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	#ticker ul li {
	font-family:"arial narrow", arial, sans-serif;
	display:list-item;
	margin:1px 0px 1px 0px;
	padding:1px 0px 1px 0px;
	font-size: 13px;
	color: #666666;
	}
	
	#ticker ul li a {
	font-family:"arial narrow", arial, sans-serif;
	font-size: 13px;
	color: #333366;
	text-decoration: none;
	font-weight:bold;
	}
#ticker ul li a:hover {
	font-family:"arial narrow", arial, sans-serif;
	font-size: 13px;
	color: #333366;
	text-decoration: none;
	font-weight:bold;
}

