#ticker {
	width:225px;
	height:160px;
	overflow:auto;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#ticker dt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #1e395c;
	border-bottom-color: #1e395c;
	background-image: url(../images/sidebar-background-news.gif);
	background-repeat: repeat-y;
	color: #FFF;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	}
	
#ticker dd {
	margin-left:0;
	padding:0 10px 10px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../images/sidebar-background-news.gif);
	background-repeat: repeat-y;
	color: #bdbbb4;
	}

#ticker dd.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdbbb4;
	}
	
#ticker div {
	margin-top:0;
}

.date {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #bdbbb4;
}
a.newslink{
	color: #FFF;
	text-decoration: none;
}
a.newslink:hover{
	color: #6a9fc9;
	text-decoration: none;
}

