a:link
{
	color: #800000;
}
a:active
{
	color: #800000;
}
a:visited
{
	color: #800000;
}
body
{
	background-color: #ffffff;
	font-family:Verdana; font-size:10pt; color: #800000;
}
table
{
	border:1px solid #800000; table-border-color-light: rgb(102, 204, 51);
	table-border-color-dark: rgb(0, 102, 0); font-family:Verdana; font-size:10pt; color:#800000
}
/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #000080;
}

/* Thumbnail Index */
div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #000080;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 1em auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
}

div#navigation td.thumbcell img {
	border-style: solid;
	border-color: #FFFBF0;
	border-width: 1px;
}

div#navigation td.thumbcell img.selected {
	border-style: double;
	border-width: 5px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 2em;
}

/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #FFFBF0;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	font-color: #000080;
	margin: 0px;
}

/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.2em;
	text-align: right;
	padding: 0 2em 0 0;
}
h1
{
	color: rgb(153, 0, 0);
}
h2
{
	color: rgb(0, 0, 102);
}
h3
{
	color: #000080; font-size:14pt
}
h4
{
	color: #000080;
}
h5
{
	color: rgb(0, 0, 102);
}
h6
{
	color: rgb(51, 0, 102);
}
button
{
	background-color: rgb(51, 0, 153);
	color: rgb(255, 255, 255);
}
textarea
{
	color: #800000;
}
hr           { color: #000080 }