
/* begin styles for RSS Feed */
/*
.rss-box {
	 width: 240px;
	 padding: 1px 8px;
	 background-color: #CF9;
	 border-left: 60px solid #238912;
	 border-top: 1px dotted #238912;
	 border-right: 1px dotted #238912;
	 border-bottom: 1px dotted #238912;
}
*/
.rss-title, .rss-title a:link
{
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 5px;
	font-weight: bold;
	margin: 0 0;
	padding: 0;
	text-align:center;

}

.rss-title a:visited, .rss-title a:active, .rss-title a:hover {
	color: #3366CC;
}

.rss-items {
	list-style:none;
  
}

.rss-item  {
  font-family: Trebuchet, Arial, Verdana, sans-serif;
  font-size: 11px;
  margin-bottom: 3px
}

.rss-item a:link {
	text-decoration : none;
	color: #0033CC;
	}
	
.rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: #3A3A3A;
	}

.rss-item a:hover { 
	text-decoration : underline;
	color: #000066;
	}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #333;
	} 
