﻿@charset "UTF-8";


.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color:#666;
	font-size:12px;
}
.rssFeed a {
	color: #1982D1;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0px; }

.rssBody {  }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding:15px;  }
.rssRow h4 { font-size: 18px; }
.rssRow div {

}

.odd { background-color: #FFF; }
.even {
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f7f7f7;
	border-bottom-color: #f7f7f7;
}

.rssRow .rssMedia {

}
