/* begin styles for RSS Feed */

.rss_box {
	margin: 0px 0%;
	padding: 0px 0px;
	width: 250 px;
	border: 0px solid #7485CA;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 10px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	list-style:none;
	margin:0;
	padding:0;
}

.rss_item  {
	font-family: verdana, arial, sans-serif;
	font-size: 1px;
	color: WHITE;
	margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-size: 9px;
	text-decoration : none;
	font-weight : bold; 
	color: BLUE;
}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
}

.rss_date {
	font-size: 8px;
	font-weight : normal;
	color: #F60;
}

div.scroll-box {
	overflow-x:auto;
	overflow-y:auto;
}
