#rssContainer {
/*
	border: 1px solid #CC9915;
	background-color: #FFCC33;
	padding: 5px, 1px, 3px, 5px;
*/
	font-size: 12px;
	width: 100%;
	height: 100%;
	display: block;
}
#rssContainer #Header {
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
}

#rssContainer #Content {
}

#rssContainer #Footer {
}
#rssContainer #Footer .rssSource {
	font-size: 12px;
}
#rssContainer #Footer .rssSource A {
	font-weight: bold;
}

.rssNewsItem {
	margin-bottom: 2px;
}
.rssTitle {
}
.rssTitle A {
}
.rssTitle A:hover {
}
.rssSource {
	font-size: 11px;
}
.rssSource A {
	text-decoration: none;
	font-weight: normal;
}
.rssSource A:hover {
	text-decoration: underline;
	font-weight: normal;
}
.rssDate {
	font-size: 11px;
}
.rssLink {
}
.rssLink A {
	text-decoration: none;
}
.rssIngress {
}
