.List_Title_only {
	font-size:11px;
	color:#1C91B5;
	line-height: 10pt;
}

.List_Title_only a {
	font-size:11px;
	font-weight:bold;
	color:#2c98b9 !important;
}

.List_Title_only a:hover {
	font-size:11px;
	 font-weight:bold;
	color:#2c98b9 !important;
	text-decoration:underline;
}

.List_Title_only hr{ /* Hack to make this work on IE6 and IE7 - Firefox will not read this !margin... */
	!border:0px;
	!border-top:1px dotted #cccccc;
	!margin-top:5px;
	!margin-bottom:5px;
}

.List_Title_only[class] hr{ /* Hack to make this work on Firefox - IE6 and IE7 will not read this [class] */
	border:0px;
	border-top:1px dotted #cccccc;
	margin-top:10px;
	margin-bottom:10px;
}