/* begin styles for RSS Feed */


.rss_box {
	 margin: 0px;
	 padding: 0px;
	 /*width: 460px;*/
	 /*background-color: #ededed;*/
	 /*border: 2px dashed #7485CA;*/
	 /*border: 2px dashed #D1D1D1;*/

}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 16px;
	font-weight:normal;
	/*margin: 5px 0;*/
	margin-left:0px;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  list-style:none;
   margin-bottom:20px;
   margin-left:0px;
   margin-right:0px;
   margin-top:20px;
}

.rss_item  {
  font-family: Helvetica, Verdana,Arial ;
  font-size: 11px;
  /*font-weight : bold; */
  margin-bottom:20px;
   margin-left:0px;
   margin-right:0px;
   margin-top:5px;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
      font: normal normal 11px/11px Helvetica, "Century Gothic", "Avant Garde", "Avenir", Arial, sans-serif;
	text-decoration : none;
	/*border-bottom: 1px solid #ededed;*/
	color: #000033;
	font-weight: normal;
	margin-left:0px;
/*color: #88b;*/
      /*font-weight:bold;*/
	}

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