/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 360px;
	 background-color: #cccccc;
	 border: 1px solid black;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: blue;
}
p.rss_title {padding:0.5em;}
.rss_title {
	font-size: 12pt;
	background-color: #000099;
	color: white;
	font-weight:bold;
	text-align: left;
}

.rss_item  {
  font-size: 10pt;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a:link {
	color: #000099;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss_item a:visited {
	color: #000099;
}

.rss_date {
	font-size: 9pt;
	color: red;
	}