.smallest
{
    font-family: Verdana, Arial, Helvetica, san-serif;
    font-size: 7pt;
}

.small
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.coolTree
{
/*
	behavior: url(jscoolTree.htc);
	width: 0px;
	height: 0px;
*/
position: relative;
	display: list-item; 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font: menu;
	color: menutext;
	background-color: window;
/*
	border: 2px inset window;
*/
border: none;
	cursor: default;
/*	overflow: auto;*/
}

.coolTree li
{
position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
/*	
	height: 0px;
	width: 0px;
	left: 0px;
*/
padding: 2px;
left: 8px;
font-weight: normal;
}

.coolTree li ul li
{
left: 0px;
}

.coolTree .icon
{
	cursor: arrow;
	margin: 0px;
	padding: 0px;
position: absolute;
left: -32px;
}

.coolTree .pict
{
	cursor: default;
	margin: 0px;
	padding: 0px;
position: absolute;
left: -16px;
width: 16px;
height: 16px;
}

.coolTree li ul
{
position: relative;
	list-style-type: none;
	margin: 0px;
	margin-left: 16px;
	padding: 0px;
/*	display: none; treefixer accessibility fix*/
/*
	width: 0px;
	left: 0px;
*/
}

.coolTree li a
{
position: relative;
	color: windowtext;
	text-decoration: none;
	margin: 0px;
/*
	padding-left: 3px;
*/
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
/*
	top: -4px;
	left: 2px;
*/
left: 5px;
line-height: 1.3;
/*white-space: nowrap;*/
}

.coolTree .expanded
{
}

.coolTree .subtactical
{
margin-left: 25px;
}

.coolTree .treehilight
{
font-weight: bold;
}

.coolTree .treelolight
{
color: #999;
}

.coolTree li a
{
/*font-weight: bold;*/
}

/*override*/
.coolTree li ul a
{
font-weight: normal;
}

.coolTree li a.clsMouseOver
{
	color: blue;
	text-decoration: underline;
	background-color: window;
}

.coolTree li a.clsMouseDown
{
	color: highlighttext;
	text-decoration: underline;
	background-color: highlight;
}


.coolTree li a.clsCurrentHasFocusFont
{
/*
	font-size: 1.3em;
	font-weight: bold;
*/
}

.coolTree li a.clsCurrentHasFocus
{
	color: highlighttext;
	text-decoration: none;
	background-color: highlight;
/*
	font-size: 1.3em;
	font-weight: bold;
*/
}

.coolTree li a.noTarget
{
	text-decoration: none !important;
	color: #000 !important;
}


