﻿/* Custom Web Part Styles */
.RssAggregator_Container_Alt
{
	padding: 5px 5px 5px 5px;
}
.RssAggregator_Header_Alt
{
	color: #224567;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
}
.RssAggregator_Body_Alt
{
	color: white;
	padding-left: 1px;
}
.RssAggregator_Item_Alt
{
	color: #224567;
	text-decoration: none;
	padding-bottom: 3px;
}
.RssAggregator_Item_Alt a:link
{
	color: #224567;
	text-decoration: none;
	padding-bottom: 3px;
}
.RssAggregator_Item_Alt a:visited
{
	color: #224567;
	text-decoration: none;
	padding-bottom: 3px;
}
.RssAggregator_Item_Alt a:hover
{
	color: #224567;
	text-decoration: underline;
	padding-bottom: 3px;
}
.RssAggregator_Item_Alt a:visited:hover
{
	color: #224567;
	text-decoration: underline;
	padding-bottom: 3px;
}

