/* CSS Document */

.expandtitle {
	cursor: hand;						/*Not W3C compliant, IE only*/
	margin: 10px 0px;
	clear: both;
}
.expandtitle p {
	font-weight: bold;
	color: white;
	display: inline;
	margin: 2px 10px;
}

.expandbody {
	border-top: 1px solid white;
	margin: 3px 15px 15px 25px;
	padding: 4px;
}
.expandbody p {
	FONT-SIZE: 12px;
	margin: 2px 0px;
}

p.photocaption {
	font-weight: bold;
	font-size: x-small;
	text-align:center;
	margin-bottom: 1em;
}