/* begin styles for RSS Feed */

.rss_box {
	 width: 180px;
	 padding: 0px 0px;
}

.rss_title, .rss_title a:link
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	text-align:center;

}

.rss_title a:visited, .rss_title a:active, .rss_title a:hover {
	color: #996600;
}

.rss_items {
	list-style:none;
  	margin: -5px 5px;
}

.rss_item  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  margin-bottom: 2em
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	color: #996600;
	}

.rss_item a:hover { 
	text-decoration : underline;
	color: #996600;
	}
	
.rss_date {
	font-size: 9px;
	font-weight : normal;
	line-height: 20px;
	color: #576B9F;
	padding-bottom: 1em;
	border : 0 solid #FFFFFF; border-bottom-width : thin;
	}