/* begin styles for RSS Feed */

.rss_box {

background-color: #fff;
border: 1px solid #232323;
width: 189px;
height: 140px;
	 
}




.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.5em;}
.rss_title {
	font-size: 8pt;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

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

.rss_item a {
	color:navy;
	font-size: 8pt;
	font-weight:bold;
	}
	
.rss_item a:visited {
	color: black;
}

.rss_date {
	font-size: 6pt;
	color: red;
	}
