/* begin styles for RSS Feed */



.rss_box {

	 margin: 1em;

	 width: 120px;

	 background-color: white;

	 border: 1px solid silver;

	 

}

.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: 10pt;

	background-color: white;

	color: black;

	font-weight:bold;

	text-align: left;

}



.rss_item  {

  font-size: 10pt;

  list-style:none;

  padding-bottom:1em;

}



.rss_item a {

	color:#333333;

	font-size: 10pt;

	font-weight:bold;

	}

	

.rss_item a:visited {

	color: black;

}



.rss_date {

	font-size: 7pt;

	color: navy;

	}




