/* Channel title & link */
.rsslibchannel,.rsslibchannel:visited {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.rsslibchannel:hover {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}

/* Item title & link */
.rsslibitem,.rsslibitem:visited {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}
.rsslibitem:hover {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}

/* Item description */
.rsslibdesc { 
 font: 8pt  Tahoma; margin-top: 0; margin-bottom: 5px;
}

/* Channel Editor */
.rsslibeditor {
	 font: 7pt  Tahoma;
	color: #666666;
}

/* Channel Date */
.rsslibdate {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 7pt;
	color: #666666;
}

/* Channel Copyright */
.rsslibcopyright {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 7pt;
	color: #666666;
}