.opco {
	cursor: hand;
	cursor: pointer;
	font-size: 10px;
	margin-bottom: 2px;
	background-image: url(../img/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
}

.opendiv { /*class added to contents when open*/
	padding: 6px;
	margin-bottom: 5px;
}
.subsdiv { /*class added to contents when open*/
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.expert {
	cursor: hand;
	cursor: pointer;
	font-size: 10px;
	margin-bottom: 10px;
	background-image: url(../img/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
	color: #003399;
}
.expdiv { /*class added to contents when open*/
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.nocopy {
	cursor: hand;
	cursor: default;
	font-size: 10px;
	margin-bottom: 10px;
	background-image: url(../img/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
	color: #003399;
}

