@charset "utf-8";
/* CSS Document */

.accordion_toggle {
	display: block;
	height: 30px;
	width: 540px;
	background: url(/images/accordion_toggle.jpg) no-repeat top right #DDDEEC;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #B1B3CB;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.accordion_toggle_active {
	background: url(/images/accordion_toggle_active.jpg) no-repeat top right #C1C4DD;
	color: #ffffff;
	border-bottom: 1px solid #0000FF;
}
		
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
			
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
			
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}