/* begin styles for RSS Feed */

.rss-box {
	 margin: 0;
	 padding: 0px 8px;
}



.rss-title a:link, .rss-title a:visited, .rss-title a:active {
    font-weight: bold;
	margin: 0px 0;
	padding: 0;
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #336666;
}

.rss-title a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}

.rss-items {
  
}

.rss-item  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*font-weight : bold; */
  margin: 17px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ededed;
	color: #336666;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #000;
	}
	
