/* begin styles for RSS Feed */

.rss-box {
	 margin: 0.5em;
	 width: 510px;
	 background-color: #FEF0B1;
         border: 0px solid #990000;
	 
}
.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;
        text-transform: uppercase;
	font-family: verdana;
	font-size: 12px;
	background-color:#DD6622;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: verdana;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #ff3300;
	font-size: 12px;
	font-family: tahoma;
	}
	
.rss-item a:visited {
	color: #ff9900;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #666666;
	}