h3 .forum {
	font-size: 1.1em;
	}

div.info {
	width: 475px;
	maegin: 10 0 0 0;
	padding: 0 10px 9 40px;
	background-image: url(../img/icon_event.gif);
	background-repeat: no-repeat;
	border-bottom: 3px solid #bbbbbb;
	}

div .info a {
	text-decoration: none;
	}
	
div .moreInfo {
	display: none;
	margin: 5 0 0 0;
	padding: 5 0 5 10;
	background-color: #e9e9e9;
	}

.accordion_toggle {/*05*/
	display: block;
	height: auto;
	width: 475px;
	background-image: url(../img/h2_mark.gif);
	background-repeat: no-repeat;
	padding: 0 10px 2 40px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 2 0;
}

.accordion_toggle_active {
	background-color:#e9e9e9;
	border-bottom: 1px solid #aaaaaa;
}

.accordion_content {/*06*/
	overflow: hidden;	/* 07 */
	width:475px;
	padding: 0 10px 2 40px;
	background-color: white;
	border-bottom: 1px solid #aaaaaa;
}



