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

img.rss_header_logo {
	height: 32px;
	width: 32px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-top;
}
img.rss_feed_logo {
	height: 24px;
	width: 24px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-top;
}

ul.rss {
margin: 0px;
padding: 0px;
}
ul.rss li {
	/*background-color: #e6e6e6;
	padding: 10px;*/
}
ul.rss li h3.rss_title {
	margin-bottom: 10px;
}
ul.rss li p.rss_description {
	margin-bottom: 0px;
}



