/* begin styles for RSS Feed */

.rss_box {
	 margin: 0px;
	 padding:0px;
	 width: 230px;
	 background-color: #fff7be;
	
}

.rss_title, rss_title a {
	font-size: .90em;
	font-weight:bold;
	margin:0px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
  font-family: Arial,Helvetica,sans-serif;
  font-size: .90em;
  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 #ededed;
	color: #88b;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #F60;
	}
