/* begin styles for RSS Feed */

.rss-box {
	width: 98%;
	font-size: 13px;
	background-color: #FAFAFA;
	border: 1px solid #cc3300;
	margin: 1px;
	border-color: #C7B3B4;
}
.rss-items {
	margin-top:1px;
	padding:0.5em; 0.5em;
	margin-left:1px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: arial;
	font-size: 100%;
	background-color:#990000;
	color:#ffffff;
	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 {
	text-decoration : underline;
	color:#000000;
	font-size: 105%;
	font-weight:bold;
	font-family:verdana;
}

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