/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {

	 width: 200px;

}



.rss_title, rss_title a { margin-top: 0px; margin-right: 0; margin-bottom: 0px; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 25; padding-left: 0; 

}



.rss_items {

       list-style:none;

       margin:0;

       padding:0;

}



.rss_item  {

  font-size: x-small;

  margin-bottom: 1em;;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {

	color:#666666;
	font-size:11px;
	padding:0 10px 0 0px;
	text-decoration:none;


	}



.rss_item a:hover { 

	color:#666666;
	font-size:11px;
	padding:0 10px 0 0px;
	text-decoration:underline;



	}

	

.rss_date {

	font-size: xx-small;

	}

