.accordion {
	width: 100%;
	border-bottom: solid 1px #4fa4c3;
}
/*.accordion h3 {
	background: #e9e7e7 url(arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}*/
.accordion h3 {
	width: 100%;
	background: #f1f4f6 url(arrow-square.gif) no-repeat right -51px;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #4fa4c3;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3 span {
	display: block;
	padding: 7px 15px;
}
.accordion h3:hover {
	background-color: #4fa4c3;
	color: #FFFFFF;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	width: 100%;
	background: #ffffff;
	border-left: solid 1px #4fa4c3;
	border-right: solid 1px #4fa4c3;
	display: none;
}
.accordion p span {
	display: block;
	padding: 7px 15px;
}
.accordion a:link, .accordion a:visited {
	display: block;
	color: #1e5b7e;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
.accordion a:hover {
	text-decoration: underline;
}