

.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}


.ticker {
	width: 230px;
	height: 40px;
	overflow: hidden;
	
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
	list-style-position: outside;
	list-style-image: url(../images/pointerGrey.png);
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}

#ticker_02 {
	height: 170px;
	padding-bottom: 25px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#ticker_02 a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.ticker li {
	
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	margin: 0px 5px;
}

