.toggler{
	font-weight:normal;
	color:#333;
	background:transparent url(../img/ico_plus.gif) left center no-repeat;
	padding-left:15px;
	margin-top:7px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:0.8em;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}

.toggler.active {
	background:transparent url(../img/ico_minus.gif) left center no-repeat;
}

div.accordion{
	padding-bottom:0px;
	padding-left:0px;
	margin-left:0px;
	padding-right:0px;
	font-size:0.8em;
}

div.accordion a:link{
	color:black;
	text-decoration:underline;
}

div.accordion a:visited{
	color:black;
	text-decoration:underline;
}

div.accordion a:hover{
	color:#990000;
	text-decoration:underline;
}