
#CMC_DL_TOGGLE a {
	text-decoration:none;
	font-size: 12px;
	font-weight: bolder;
}


#CMC_DL_TOGGLE .plus a {
	background-image:url(../img/toggleplus.gif);
	text-decoration:none;
}

#CMC_DL_TOGGLE .minus a {
	background-image:url(../img/toggleminus.gif);
	text-decoration:none;
}

#CMC_DL_TOGGLE dt a {
	font-family:Arial, Helvetica, sans-serif;
	background:0 50% no-repeat;
	padding-left:32px;
	padding-top:3px;
	padding-bottom:3px;
	color:#000000;
	text-decoration:none;
}

#CMC_DL_TOGGLE dt a:visited {
	color:#000000;
}

#CMC_DL_TOGGLE dd a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration:none;
}

#CMC_DL_TOGGLE dt a:visited:hover, #CMC_DL_TOGGLE dt a:hover, 
#CMC_DL_TOGGLE dt a:active, #CMC_DL_TOGGLE dt a:focus {
	font-weight:bold;
	text-decoration:underline;
}

#CMC_DL_TOGGLE dd a:visited:hover, #CMC_DL_TOGGLE dd a:hover, 
#CMC_DL_TOGGLE dd a:active, #CMC_DL_TOGGLE dd a:focus {
	font-weight:bold;
	text-decoration:underline;
}


#CMC_DL_TOGGLE .showDD {
	position:relative;
	top:0;
}

#CMC_DL_TOGGLE dd,.hideDD {
	top:-9999px;
	position:absolute;
}
