/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%;
	 padding: 2px 2px;
	 width: 460px;
	 background-color: #ffffff;
	 border: 0px dashed #7485CA;
}

.rss_title, rss_title a {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight:lighter;
	margin: 2px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
   font-family: verda 
   font-size: 14px;
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight : lighter; 
  margin: 5px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	font-size: 14px;
	border-bottom: 1px solid #ededed;
	color: #477700;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	font-size: 14px;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight : normal;
	color: #898986;
	padding-bottom: 20px;
	}
li {
	list-style-type: square;
	font-size: 12px;
		color: #e0861e;
}