body {
	border: 0;
	padding: 0;
	margin: 0;
}

.divImgPlaceholder {
	clear: both;
	position: relative;
}
.divImg {
	width: 200px;
	height: 150px;
	border: 1px solid black;
	background-color: lightblue;
	margin: 0 10px 10px 10px;
	float: left;
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
}
.divImgCaption {
	display: none;
	width: 180px;
	height: 150px;
	border-right: 1px solid darkgrey;
	background-color: rgba(0, 0, 0, .5);
	margin: 0 10px 10px 10px;
	position: absolute;
	top: 1px;
	z-index: 1000;
	white-space: nowrap;
	text-align: center;
	color: white;
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
}
#divImg1Caption {
	left: 1px;
}
#divImg2Caption {
	left: 223px;
}
#divImg3Caption {
	left: 445px;
}
.divImgLink {
	width: 200px;
	height: 3ex;
	border: 1px dashed lightgrey;
	text-align: center;
	margin: 10px;
	float: left;
	font-family: Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
}
.divImgLink:hover {
	cursor: pointer;
}

/* Generic fonts */

h1, h2, h3, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
}

h1 {
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #202020;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #404040;
}

h3 {
	margin-top: 5px;
	color: #606060;
	font-style: italic;
}

p {
	color: #404040;
}