/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 150px;
	 background-color: #ffffFF;
	 border: 1px solid #E5E7EB;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:##0099ff;
}
p.rss_title {padding:0.5em;}
.rss_title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 100%;
	background-color:#00AEEF;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	color:blue;
	font-size: 105%;
	font-weight:normal;
	font-family:arial, sans-serif;
	}
	
.rss_item a:visited {
	color:#330066;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}