
@charset "UTF-8";
/* CSS Document */

/* begin styles for RSS Feed */

.rss-items {
	margin-top:0px;
	margin-left:0px;
	color: #FFFFFF;
}
p.rss-title {padding:0em;}
.rss-title {
	text-decoration: none;
	font-family:lucida, helvetica, sans-serif;
	font-size: 15px;
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 11px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
  color:#FC0;
  text-align:left;
}

.rss-item a {
	text-decoration : none;
	color: #265f94;
	font-size: 11px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	text-decoration:underline;
	text-align:left;
	}
	
.rss-item a:visited {
	color:#265f94;
}

.rss-item a:hover {
	color:#FFFFFF;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 
	
ul {
	text-decoration : none;
	color: #265f94;
	font-size: 11px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	text-align:left;
	padding-left:38px;
	}	