

/* begin styles for RSS Feed */ 
.rss-box
{
	margin: 5% 5% 5% 0;
} .rss-box li
{
	list-style: none;
} .rss-title, rss-title a
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
} .rss-items
{
} .rss-item
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	border: 2px dashed #7485CA;
	padding: 10px 10px 10px 10px;
} .rss-item a:link, .rss-item a:visited, .rss-item a:active
{
	font-size: 18px;
	text-decoration: none;
	border: none;
	color: #075281;
	font-weight: bold;
	padding: 0px;
} .rss-item a:hover
{
	text-decoration: none;
	color: #e0861e;
	border-bottom: 1px #e0861e;
} .rss-date
{
	font-size: 11px;
	font-weight: normal;
	color: #F60;
	margin-bottom: 30px;
}