/**********************************************************************************
*
*  These styles relate to the RSS links on the site.
*
**********************************************************************************/

img.rss
{
	z-index: 10;
}

span.rss
{
	cursor:pointer;
	color: #EE8534;
	font-size: 18px;
	font-weight: bolder;
}

a.rss:link
{
	text-decoration: none
}

a.rss:visited
{
	text-decoration: none
}

a.rss:hover
{
	text-decoration: none
}
