/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 100%;
         border: none;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#FFCC00;
}
p.rss_title {padding:0.5em;}
.rss_title {
	text-decoration: none;
	font-family: small verdana, tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	color:#FFCC00;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: small verdana, tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 14px;
  font-weight : normal;
  color: #FFFFFF;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	text-decoration : none;
	color: #FFCC00;
	font-size: 16px;
	font-weight:bold;
	font-family: Arial, helvetica, sans-serif;
	}
	
.rss_item a:visited {
	color: #FFCC00;
	text-decoration : none;
	font-size: 16px;
	font-weight:bold;
	font-family: Arial, helvetica, sans-serif;
	}

.rss_item a:hover {
	color:white;
	text-decoration : none;
	font-size: 16px;
	font-weight:bold;
	font-family: Arial, helvetica, sans-serif;
	}
}

.rss_date {
	font-size: 75%;
	font-weight : normal;
	color: #AAAAAA;
	}