body {
        font-family: Arial, Helvetica, sans-serif;
		color: black;
        font-size: 10pt;
		background-color: #EEFFEE;
}
h1 {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-size: large;
	font-weight: bold;
	page-break-before: right;
}

table {
	border: 1;
}
th, td {
	text-align: center;
}
td.left {
	text-align: left;
}
td {
	font-size: small;
	padding: 0 2px 0 2px;
}
tr:nth-child(even) {
	background-color: #F0F0FF;
}
tr:nth-child(odd) {
	background-color: #D0D0FF;
}
th {
	background-color: #A0A0FF;
	padding: 2px 5px 2px 5px;
}

a:link	{ color:"#000040"; }
a:visited	{ color:"#000080"; }
a:hover     { color:"#000080"; font-weight:"bold"; }
a:active    { color:"#FFFFFF"; }

div#zoomView {
}
div#previousImage {
	position: absolute;
    left: 0px;
    top: 0px;

	width:33%;
	height: 250px;
}
div#previousImage * {
	text-align: center;
}
div#imageMetadata {
	position: absolute;
    left: 33%;
    top: 0px;
	height: 250px;

	width:33%;
	text-align: center;
}
div#imageMetadata * {
	text-align: center;
}
div#nextImage {
	position: absolute;
    left: 66%;
    top: 0px;
	height: 250px;

	width:33%;
	text-align: center;
}
div#nextImage * {
	text-align: center;
}
div#mainImage {
	position: absolute;
    left: 0px;
	top: 250px;

	width:100%;
}
img.center {
	display: block;
	margin: 0 auto;
}
