/* begin styles for RSS Feed */

.rss-box {
	 margin: 0px;
	 width: 100%;
	 border: 0px;
}
.rss-items {
	margin-top:0px;
	padding:0px;
	margin-left:0px;
	margin:0;
	color: #FFFFFF;
}
p.rss-title {padding:0;}

.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 13px;
	color:000;
	font-weight:bold;
	margin: 0px;
	padding:0px;
	text-align: center;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-family: tahoma;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
}

.rss-item a {
	text-decoration : none;
	color: #000;
	font-size: 13px;

	font-family: tahoma;
	}
	
.rss-item a:visited {
	color:000;
}

.rss-item a:hover { 
	color: #97030E; 
	text-decoration: none;
	}


.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	}
