#accordion {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

h3.toggler {
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding: 4px;
	font-weight: bold;
	background-color: F2F2F2;
	margin: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000;
}

div.element p, div.element h4 {
	margin:0px;
	padding:5px;
}
