.accordion_toggle {
/*
			display: block;
			padding:0; margin:0; width: 556px; background-color: #80d4f3; height: 38px; 
			background: #e7f2f9;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			
			margin: 0 0 0 0;
			*/
			cursor: pointer;
		}
		
		.accordion_toggle_active {
		/*
			background:#025f7f;
			color: #ffffff;
			border-bottom: 1px solid #025f7f;
			*/
		}
		
		.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;
			}