#accordion {
		width: 380px;
		position: relative;
	}
	
	.toggler {
		width: 100%;
		height: 18px;
		background-color: #000000;
		color: #fff;
		padding-left: 8px;
		padding-top:4px;
		font-size: 1em;
		font-weight: normal;
		letter-spacing: -5%;
		position: relative;
		cursor: pointer;
		
	}
	.toggler2 {
		width: 100%;
		height: 18px;
		background-color: #999;
		color: #fff;
		padding-top:4px;
		padding-left: 8px;
		font-size: 1em;
		font-weight: normal;
		letter-spacing: -5%;
		position: relative;
		cursor: pointer;
	}
	
	 .acc_content {
		margin-top:10px;
		margin-bottom: 1px;
		font-size: 11px;
	}
	#accordion .toggler {
		width: 490px;
		height: 25px;
		background-color: #000000;
		color: #ffffff;
		padding-left: 8px;
		padding-top: 8px;
		font-size: 1em;
		font-weight: normal;
		letter-spacing:0px;
		position: relative;
		cursor: pointer;
		margin-bottom: 5px;
	}
	
	#accordion .acc_content {
		padding: 20px 0 15px 0;
	}
	
	#accordion .acc_content p, #accordion .acc_content TD{
		font-size: 1.0em;
		line-height: 130%;
		margin-top: 30px;
		margin-bottom: 25px;
		margin-left: 10px;
	}
	
	#accordion .acc_content ul {
		font-size: 1.0em;
		line-height: 130%;
		list-style:disc;
		margin-left: 10px;
	}