@charset "utf-8";
/* CSS Document */
#ticker-container {
	position:relative;
	overflow:hidden;
	/*width: 150px; */
	width: 480px;
	/*height: 60px; */
	height:200px;
	background-color: #FFF;
	background-repeat: repeat;
	padding: 4px;
	border: 5px groove #0099FF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#ticker {
	position:relative;
	/*width:140px;*/
	width:450px;
}
#ticker ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#ticker ul li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: blue;
	padding-left: 2px;
}
#ticker ul li a {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: red;
	text-decoration: none;
	padding-left: 2px;
}
#ticker ul li a:hover {
	font-family: arial;
	font-size: 14px;
	color: red;
	text-decoration: underline;
	padding-left: 2px;
}
