   /* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 200px;
         font-size: 12px;
	 background-color: #D6D9DC;
	 border: 0px solid #cc3300;
	 
}
.rss-items {
	margin-top:1px;
	padding:0.5em; 0.5em;
	margin-left:1px;
	color:#006699;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: arial;
	font-size: 85%;
	background-color:##CC6600;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: arial;
  font-size: 85%;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : underline;
	color:#000000;
	font-size: 105%;
	font-weight:bold;
	font-family:verdana;
	}
	
.rss-item a:visited {
	color:##3366CC;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: ###00FF33;
	} 
