/* begin styles for RSS Feed */

.rss_box {
	 width: 80%;
	 padding: 0.25em 0.50em;
	 background-color: #CF9;
	 border-left: 3.75em solid #238912;
	 border-top: 1px dotted #238912;
	 border-right: 1px dotted #238912;
	 border-bottom: 1px dotted #238912;
}

.rss_title, .rss_title a:link
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.31em 0;
	padding: 0;
	text-align:center;

}

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

.rss_items {
	list-style:none;
  
}

.rss_item  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	color: #26590D;

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