/* Channel title & link */
.rsslibchannel,.rsslibchannel:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #48606a;
	background-color: #ecf0f3;/*006951*/
	text-decoration: none;
	font-weight: bold;
}/*  379ABA  */
.rsslibchannel:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #4282c6;
	background-color: #e7e3ff;
	text-decoration: none;
	font-weight: bold;
}

/* Item title & link */
.rsslibitem,.rsslibitem:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 9pt;
	color: #48606a;
	font-weight: bold;
	text-decoration: none;
}
.rsslibitem:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 9pt;
	color: #454545;
	text-decoration: none;
	font-weight: bold;
}

/* Item description */
.rsslibdesc {
	font-family: Times New Roman, Times, serif;
	font-size: 9pt;
	color: #000;
	margin-bottom: 5px;
}

/* Channel Editor */
.rsslibeditor {
	font-family: Times New Roman, Times, serif;
	font-size: 8pt;
	color: #999999;
}

/* Channel Date */
.rsslibdate {
	font-family: Times New Roman, Times, serif;
	font-size: 8pt;
	color: #999999;
}

/* Channel Copyright */
.rsslibcopyright {
	font-family: Times New Roman, Times, serif;
	font-size: 8pt;
	color: #AAAAAA;
}