/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 background-color: white;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
p.rss_title {padding:0.5em;}
.rss_title {
	font-size: 8pt;
	background-color: white;
	color: black;
	font-weight: normal;
	text-align: left;
}

.rss_item  {
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;
  font-family: Arial, Helvetica, sans-serif;
}

.rss_item a {
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.rss_item a:hover {
	color: Blue;
	background-color: #DADFE3;
}

.rss_date {
	font-size: 7pt;
	color: navy;
	}
