 /*Start Accord*/
.expand-wrap {width:620px; margin-bottom:10px;}

.expand-wrap .title {
	background-image:url(../images/closed.gif); background-repeat:no-repeat;
	width:620px; height:25px;
	cursor:hand; cursor:pointer;
}

.expand-wrap .title h3{margin-top:0; padding-top:0; padding-left:25px; color:#032D23; font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif; font-size:0.85em; font-weight:500; text-decoration:none;}

.expand-wrap .title h3 a{
	color:#68B0B3;
	text-decoration:none;
}

.expand-wrap .title h3 a:hover{color:#68B0B3; text-decoration:underline;}

.expand-wrap div.selected .title{
	background-image:url(../images/open.gif); background-repeat:no-repeat;
	width:620px; height:25px;
	cursor:hand; cursor:pointer;
	}

.expand-wrap .open{width:600px;}
.expand-wrap .open p{ margin-left:26px; margin-bottom:10px; color:#666; font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif; font-size:0.7em;}
 /*End Accord*/