/* begin styles for RSS Feed */


.rss_title, rss_title a:link, rss_title, rss_title a:visited, rss_title, rss_title a:active {
	text-decoration : none;
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	align: middle;
	letter-spacing: 1px;
    color: #B1272B;
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #E8E5E5;
	color: #FFFFFF;
	}

.rss_item a:hover { 
	font-size: 11px;
        text-decoration : none;
	color: #B7BF76;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #B7BF76;
	}
