a {
	background-color: transparent;
	/*color: #0000FF;*/
}
a:visited {
	background-color: transparent;
	/* color: #bbb;*/
	color:#777777;
	/* color: #0000FF; */
}
a:hover {
	background-color: transparent;
	color: #FF0000;
}
div.index {
	text-align: center;
}
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;
}
div.title {
	font-weight: bold;
	font-family: garamond, arial, helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: #000000;
	background-color: transparent;
}
.caption {
	font-family: garamond, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	color: #000000;
	background-color: transparent;
}
.footnote {
	font-size: 0.6em;
	text-align: right;
	font-family: garamond, arial, helvetica, sans-serif;
}
.textleft {
	text-align: left;
	font-family: garamond, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: transparent;
}
.textright {
	text-align: right;
	font-family: garamond, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: transparent;
}
.textcenter {
	text-align: center;
	font-family: garamond, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: transparent;
}

.inlinephotos{
	position: relative;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px;
	font-size: 0.8em;
}
.inlinephotos_right{
	position: relative;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 0px;
	font-size: 0.8em;
}
