.bodyBoldWhite
{
    font-family: 'Arial' , 'Helvetica';
    font-weight: bold;
    font-size: 9pt;
    color: #FFFFFF;
    text-decoration: none;
}
.redLink {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 9pt;
   color: #CC0000;
}

A:link.redLink {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 9pt;
   color: #CC0000;
}

.nestedContent 
{
	text-align: left;
}

.contentTree 
{
	/*width: 220px;*/
}

.contentTree TABLE
{
	width: 100%;
}

.contentNode 
{
	color: #024F98;
	width: 100%;
	font-weight: normal;
}

.parentNode 
{
	background-color: #e9eafe;
	font-weight: normal;
}

.hoverNode 
{
	font-weight: bold;
}