#ticker-container {
        position:relative;
        overflow:hidden;
        width: 350px;
        height: 150px;
        background-color: #D9DAE7;
        background-repeat: repeat;
        padding: 2px;
        border:  ridge #000066;
}
	
#ticker {
		position:relative;
		width:350px;
}
	
#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: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 2px;
	text-align: right;
	text-indent: 10px;
}
	
#ticker ul li a {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
	padding-left: 2px;
	text-align: right;
	text-indent: 5px;
}
        
#ticker ul li a:hover {
	font-family: arial;
	font-size: 12px;
	color: #0033ff;
	text-decoration: underline;
	padding-left: 2px;
	text-align: right;
	text-indent: 5px;
}
