html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	color: #333;
}



#page {
	width: 210px;
	margin: 0 auto;
	background-color: #CCCCCC;
	margin-bottom: 50px;
	height:140px;
}





.bar {
	background-color: #111;
	color: #f0f0f0;
/*	box-shadow: 0px 0px 2px #333;*/
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
}
.bar a:hover {
	color: #FFFFFF;
}

.ticker {
	width: 100%;
	height: 60px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding: 0;
	list-style: none;
/*	border-radius: 5px;*/
	background-color:#eaeaea;
	color:#5c5c5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

#ticker_02 {
	height: 120px;
}

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