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

.rssFeedTitle {
	padding-left: 24px;
	background: url(../images/rssfeedicon.gif) 0px 0px no-repeat;
	font-weight: bold;
	font-size: 13px;
	}
.rssFeed li { margin-left: 37px; }
.rssFeed .description {
	font-size: 12px;
	display: none;
	position: absolute;
	width: 300px;
	background: #e7f0fd;
	border: 1px solid #aeaeae;
	margin-left: 5em;
	padding: 1em;
	} .rssFeed a .description { color: #333333; }
	
.rss-feed-article {
	padding-bottom: 2em;
	margin-bottom: 1em;
	border-bottom: 3px solid #efefef;
	}
	.rss-feed-title {
		color: #68ae3c;
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 34px;
		margin-bottom: 1em;
		}
	.rss-feed-body {
		}
	.rss-feed-back-button {
		margin-top: 1em;
		margin-bottom: 1em;
		}