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


/*  This is the css for feed builder located at http://landmark-project.com/feed2js/build.php  

	 begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */
.rss_box {
	 width: 205px;

}
.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}
.rss_items {
	list-style:none;
	margin:0;
	padding:0;
	color: #FFFFFF;
}
.rss_item  {
	margin: 0px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	color: #333333;
	font-weight: normal;
	}
.rss_item a:hover { 
	text-decoration: none;
	}
.rss_date {
	font-size: xx-small;
	}

