@charset "UTF-8";
/*
 * Example of RSS Ticker Styling
 *
 */



.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 310px;
	height:120px:
}
.rssFeed a {
	color: #FFFFFF !important;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader a { padding: 0.3em 0; color:#FFFFFF !important;font-size:14px; }


.rssRow h4 , .rssRow p, .rssRow div {
	margin: 0 !important;
	padding: 0.5em  !important;
	color:#FFFFFF !important;
}

#ticker1 .odd {  }
#ticker1 .even { }