DIV.Feed
{
	padding: 10px;	
}

DIV.Feed DIV.Heading
{
	width: 100%;
	
	font-size: 10pt;
	font-weight: bold;
	font-variant:small-caps;	
	color: black;
	
	background-color: #FFD83E;
	padding: 2px;
	text-align: right;	
}

DIV.Feed DIV.Navigation
{
	width: 100%;
		
	padding: 2px;
	text-align: right;

}
DIV.Feed DIV.Navigation A
{
	font-size: 10pt;		

	text-decoration: none;
}

DIV.Feed DIV.Navigation A:Hover
{	
	text-decoration: underline;
}


DIV.Feed DIV.Item
{
	display: block;	
	float: left;
	margin: 10px;
}			

DIV.Feed DIV.Item DIV.Title
{
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 5px;
	height: 30px;	
}

	DIV.Feed DIV.Item DIV.Title A
	{
		color: black;
		text-decoration: none;	
	}

	DIV.Feed DIV.Item DIV.Title A:Hover
	{	
		text-decoration: underline;
	}

DIV.Feed DIV.Item DIV.Image
{	
	font-weight: bold;
}

	DIV.Feed DIV.Item DIV.Image img
	{	
		border: 1px solid silver;
	}

DIV.Feed DIV.Item DIV.PublishDate
{
	font-size: 7pt;
	font-style: italic;
}			
