<!--

#leftContent2, #rightContent2 {
	width:440px;
	display:block;
	float:left;
}
#leftContent2 {
	margin-right:30px;
}
.highlightName {
	color:#E81B3B;
	font-weight:bold;
}


#list3 {  }
#list3 div.selected .title {
	font-weight: bold;
	color:#E81B3B;
	background-image:url(/images/bullet_small_down.gif); background-position:top left; background-repeat:no-repeat;
}
#list3 div div {
	padding-left: 15px;
}
#list3 div div p {
	padding:0;
	margin-top:10px;
}

#list3 div.title {
	padding-left: 15px;
	cursor: pointer;
	font-weight:bold;
	/*border-left:5px #E81B3B solid;*/
	background-image:url(/images/bullet_small.gif); background-position:top left; background-repeat:no-repeat;
	text-decoration:underline;
}

#list3 div.selected {
	border-bottom: none;
}
#list4 {  }
#list4 div.selected .title {
	font-weight: bold;
	color:#E81B3B;
	background-image:url(/images/bullet_small_down.gif); background-position:top left; background-repeat:no-repeat;
}
#list4 div div {
	/*border-left:1px #E81B3B solid;*/
	padding-left: 15px;
}
#list4 div div p {
	padding:0;
	margin-top:10px;
}

#list4 div.title {
	padding-left: 15px;
	cursor: pointer;
	font-weight:bold;
	/*border-left:5px #E81B3B solid;*/
	background-image:url(/images/bullet_small.gif); background-position:top left; background-repeat:no-repeat;
	text-decoration:underline;
}
#list4 div.selected {
	border-bottom: none;
}

-->