/* Channel title & link */
.rsslibchannel,.rsslibchannel:visited {
        border: 1px solid rgb(140,154,140);
         background-color: rgb(204,221,204);
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,0, 0);
	text-decoration: none;
	font-weight: bold;
}
.rsslibchannel:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
        font-weight: bold;
	color: #FFFF99;
	background-color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

/* Item title & link */
.rsslibitem,.rsslibitem:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: rgb(140,154,140);
	font-weight: bold;
	margin-bottom: 12px;
}
.rsslibitem:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

/* Item description */
.rsslibdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin-bottom: 12px;
}

/* Channel Editor */
.rsslibeditor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}

/* Channel Date */
.rsslibdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}

/* Channel Copyright */
.rsslibcopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #AAAAAA;
}
