@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: 340px;
	border: 1px solid #CC0000;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	background-color: #F9F9F9;
}
.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
	color: #333333;
}
.rss_items {
	list-style:none;
	margin:0;
	color: #333333;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.rss_item  {
	margin: 0px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	color: #333333!important;
	/*font-weight: bold;*/
	text-decoration: underline;
	}
.rss_item a:hover { 
	text-decoration: none;
	}
.rss_date {
	font-size: xx-small;
	}
