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

/* begin styles for RSS Feed */
.rss_box {
	 margin: 10px 5px 10px 0;
	 padding: 4px 4px;
	 width: 170px;
	 background-color: #E1DCD9;
	 border: 1px solid #ccc8c9;
	 text-align: left;
}

.rss_title, rss_title a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	margin: 0 0 5px 0;
	padding: 0;
	color: #000000;
}

.rss_title a:hover {
	color: #fe6602;
	text-decoration: none;
}

.rss_items {
  list-style:none;
  margin:0;
  padding:0;
}

.rss_item  {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight : bold; 
  margin: 0 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	/* border-bottom: 1px solid #ededed; */
	color: #fe6602; /* orange */
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #000000;
	/* border-bottom: 1px dotted #e0861e; */
	}
	
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #000000;
	margin: 0 0 0 0;
	}
