		.accordion_toggle {
			display: block;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			text-align:left;
		}
		
		.accordion_toggle p{
			font-size:9px;
			font-weight: normal;
		}
		
		.elements {
			background: #ffffff;
			color: #444444;
			overflow: hidden;
			text-align:left;
			height:0px;
		}
		
		.accordion_inner a{
			display: block;
			background: #ffffff;
			padding: 15px 20px 0px 20px;
			line-height: 0px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #666666;
			border: 1px solid #666666;
			cursor: pointer;
			margin: 0px 0px 10px 0px;
			text-align:left;
			font-weight:bold;
		}
		
		.accordion_inner a:visited{
			color: #666666;
		}
		
		.accordion_inner a:hover
		{
			/*background: #bf2e1a;
			color: #ffffff;
			font-weight:bold;*/
			text-decoration:none;
		}
		
		.accordion_toggle_active {
			/*background: #bf2e1a;
			color: #ffffff;
			font-weight:bold;
			border-bottom: 1px solid #006600;*/
		}
		
		.accordion_toggle_active .accordion_inner a
		{
			/*background: #bf2e1a;
			color: #ffffff;
			font-weight:bold;*/
		}
		
		.accordion_content {
			background: #ffffff;
			/*color: #444444;*/
			overflow: hidden;
			text-align:left;
			height:0px;
		}
	
		.accordion_content_inner {
			margin: 5px 0px 5px 0px;
		}
			
		

