/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */

.rss-box {
	width: 270px;
	background-color: #f2faff;
	margin: 0;
	padding: 0;
}
.rss-title, rss-title a {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
.rss-items {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
.rss-items LI {
	margin-left: 35px;
	list-style-image: url(../images/arrow.jpg);
}
.rss-item {
	font-size: x-small;
	margin-bottom: 1em;
}
.rss-item a:link, .rss_item a:visited, .rss_item a:active {
	font-size: 1.1em;
	font-weight: 500;
	color: #0073BF;
	text-decoration: none;
}
.rss-item a:hover {
}
.rss-date {
	font-size: x-small;
}

