/* begin styles for RSS Feed */
.rss-box {
	margin: 1em;
	width: 98%;
	background-color: #EEE;
	border: 1px solid silver;
}
.rss-items {
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
}
p.rss-title {
	padding: 0.5em;
}
.rss-title {
	font-size: 8pt;
	background-color: silver;
	color: gray;
	font-weight: bold;
	text-align: left;
}
.rss-item {
	font-size: 7pt;
	list-style: none;
	padding-bottom: 1em;
}
.rss-item a {
	color: navy;
	font-size: 9pt;
	font-weight: bold;
}
.rss-item a:visited {
	color: black;
}
.rss-date {
	font-size: 7pt;
	color: red;
}
