#contentItem #itemText a {
	background: #EFEDDE;
	padding: 2px 6px 0px 6px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	height: 18px;
	line-height: 18px;
}
#contentItem #itemText .readlink{
	background: #F0F0F0;
	font-weight:bold;
}
#contentItem #itemText a:hover {
	background: #E3DFC6;
	color: #FF3586;
}
#contentItem1 #itemText1 a {
	background: #0080C0;
	padding: 2px 6px 0px 6px;
	text-decoration: none;
	font-size: 12px;
	color: #F2F2F2;
	height: 18px;
	line-height: 18px;
}
#contentItem1 #itemText1 .readlink{
	background: #F2F2F2;
	font-weight:bold;
}
#contentItem1 #itemText1 a:hover {
	background: #F0F0F0;
	color: #FF3586;
}
#contentItem2 #itemText2 a {
	background: #FFFFFF;
	padding: 2px 6px 0px 6px;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	height: 25px;
	line-height: 25px;
}
#contentItem2 #itemText2 .readlink{
	background: #5196A1;
	font-weight:bold;
}
#contentItem2 #itemText2 a:hover {
	background: #30B2CF;
	color: #FF3586;
}