$(document).ready(function(){
	
	$(".questions h3").removeClass("active");
	$(".questions .body p:not(:first)").show();
	$(".questions .body").hide();

	$(".questions h3").click(function(){
		$(this).next(".answer-1 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-2 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-3 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("h3.active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-4 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-5 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-6 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-7 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-8 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-9 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-10 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-11 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-12 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-13 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-14 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-15 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-16 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-17 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-18 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-19 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});
	
	$(".questions h3").click(function(){
		$(this).next(".answer-20 .body").slideToggle("slow")
		.siblings(".body:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h3").removeClass("active");
		return false;
	});

});