body {
	background-color: white;
	color: #666666;
}

a {
    text-decoration: none;
    color: #008000;
}

a:hover {
    text-decoration: underline;
}

h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #800000;
}
div.index {
	text-align: center;
	margin: 1ex 0 1ex 0;
}
div.index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.navigation {
	text-align: center;
}
div.navigation table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.photograph {
	text-align: center;
}
div.photograph table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #98B498;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
td.thumbcelln {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
div.title {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: #008000;
	background-color: transparent;
}
.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 1.0em;
	color: #800000;
	background-color: transparent;
}
.footnote {
	font-size: 0.6em;
	text-align: right;
	font-family: tahoma, arial, helvetica, sans-serif;
}
.textleft {
	text-align: left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #800000;
	background-color: transparent;
}
.textright {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}
.textcenter {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #800000;
	background-color: transparent;
}

p.description {
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 640px;
	margin: auto;
	font-weight: bold;
	color: #008000;
}

