/* 
Stylesheet for the categories tree of the Clearing House
created: 28 Jan 2005
by: Fabrice Pasquier
*/

#linksdiv ul
{
	list-style-position: outside;
	
	list-style-image: none;
	
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}
#linksdiv li.header
{
	font-size: 11pt;
	font-weight: bold;
	line-height: 50px;
}
#linksdiv li.items
{	


	font-weight:normal;
	line-height: normal;
	font-size: 10pt;
	margin-left: 0;
}
