/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 200px;
	 background-color: #FFFFFF;
	 border: 1px solid #330033;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	background-color:#660099;
	color:#FFCC00;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: arial, verdana, sans-serif;
  font-size: 0.75em;
  font-weight : bold;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : underline;
	color:FF0000;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss-item a:visited {
	color:330033;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #CC99CC;
	}