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

/* begin styles for RSS Feed */


.rss_box {
	 margin: 0px;
	 padding: 0px;
	 text-align:left;
	 
	 	
		

}


.rss_title, rss_title a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight:bold;
	height:10px;
	padding-left:7px;
	color:#666;
	letter-spacing:2px;
	
	
	
	
}


.rss_items {  font-size: 10px;
  font-weight : normal; 
  margin:10px;
  border-top:1px #666 dotted;  
  
}


.rss_item  {  font-size: 10px;
  font-weight : normal;
  letter-spacing:1px; 
  margin:5px 0  0 2px; 
}


.rss_title a:link, .rss_title a:visited, .rss_title a:active {
 
	text-decoration : none;
	color: #666;
}


.rss_title a:hover { 
	text-decoration : none;

}
.rss_item a:link, .rss_item a:visited, .rss_item a:active,.rss_item a:hover  {
 
	text-decoration : none;
	color:#EB6112;
}


.rss_date {
	font-size: 9px;
	letter-spacing:1px;
	font-weight : normal;
	color: #000000;
	}