/* begin styles for RSS Feed      This is the most basic style to use for a list with no bullets */
.rss_box {	 width: 80%;	 background-color: #EEF2F7;}

p.rss-title {padding: 0em;}

.rss_title, rss_title a {	
margin: 0.5px 0;	
padding: 0;
font-size: 8pt;
background-color: white;
color: black;
font-weight:bold;
text-align: left
}

.rss_items {       list-style:none;       margin:2;       padding:0; color:#black;}

.rss_item  {  font-size: 8pt;  margin-bottom: 1em; list-style:none; padding-bottom:0.5em; color: black;}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {	
color:#000000;
font-size: 9pt;
font-weight:bold;
}

.rss_item a:hover {color: navy;	}	

.rss_date {	font-size: 7pt;	color: black;}