
body {
	margin: 10px auto;
	
	font: 75%/120% Arial, Helvetica, sans-serif;
}
.accordion2 {
	width: 450px; margin:0 0 0 13px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
	background: #F5F9FC url(../images/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;
}
.accordion2 h3:hover {
	background-color: #FCF7F4;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {font-family:Verdana, Arial, Helvetica, sans-serif;color:#000080; font-size:10px; line-height:14px;
	background: #f7f7f7; background-image: url(../images/tabLogo1.png); background-position: bottom right; background-repeat:no-repeat;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}
