.accordionButton {	
	width: 394px;
	background: #d9d9d9;
	cursor: pointer;
	font-weight: bold;
	color: #003366;
	padding-bottom: 2px;
	}
 
.accordionContent {	
	width: 350px;
	background: #e6e6e6;
	display: none;
	}
