/* begin styles for RSS Feed */

.rss_box {
	 width: 150px;
	 padding: 4px 8px;
	 background-color: #CF9;
	 border-left: 10px solid #F39F31;
	 border-top: 1px dotted #F39F31;
	 border-right: 1px dotted #F39F31;
	 border-bottom: 1px dotted #F39F31;
}

.rss_title, .rss_title a:link
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
}

.rss_title a:visited, .rss_title a:active, .rss_title a:hover {
	color: #692;
}

.rss_items {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

.rss_item  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  margin-bottom: 1em
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	color: #007a3c;
	font-weight: bold;
	}

.rss_item a:hover { 
	text-decoration : underline;
	color: #F66025;
	font-weight: bold;
	}
	
.rss_date {
	font-size: 8px;
	font-weight : normal;
	color: #333;
	}
