/* begin styles for RSS Feed */


.rss_box {
	 margin: 1em;
	 width: 450px;
	 background-color: #EEE;
	 border: 1px solid silver;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#333333;
}
p.rss_title {padding:0.5em;}
.rss_title {
	font-size: 12px;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

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

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

	}
	
.rss_item a:visited {
	color:#006699;
}

.rss_date {
	font-size: 8pt;
	color:#336600;
	}