#stationNews {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#stationNews ul {
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#stationNews li {
	margin-bottom: 5px;
	list-style-type: none;
}

#stationNews li a:link ,#stationNews li a:visited {
	font-weight: bold;
	color: #666666;
	background-image: url(../../images/common/arrow4.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#stationNews li a:hover {
	color: #FF9900;
	background-image: url(../../images/common/arrow3_over.gif);
	background-repeat: no-repeat;
}
