body 
{
	background-color: #FFFFFF;
	color: #000000;
}

a, a:visited 
{
	background-color: transparent;
	color:white;
	font-weight:bold;
	text-decoration:none;
	font:bold 0.9em "sans-serif";
	font:bold 1em "Times New Roman";
}

a:hover 
{
	
	background-color: transparent;
	color:gold;
	font-weight:bold;
	text-decoration:underline;
}

div#header h1 
{
	font:bold 1.4em "sans-serif";
	font:bold 1.5em "Times New Roman";
	text-align: center;
	background-color: transparent;
	color: #000000;

}


div#index 
{
	margin: 1ex 0 1ex 0;
	text-align: center;
}

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

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

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

div#index div.pages 
{

	text-align: right;
}

div#navigation
{
	text-align: center;
	margin: 1ex 0 1ex 0;
	font:bold 0.9em "sans-serif";
	font:bold 1em "Times New Roman";
	
}

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

}

div#navigation td.previous 
{
	text-align: left;
	color:white;
	font-weight:bold;
	background-color:#858585;
	border-color:black #858585 #858585 #858585;
	border-right-width:1px;
	border-top-width:1px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-style:solid;
	white-space:nowrap;
}

div#navigation td.index 
{
	text-align: center;
	color:white;
	font-weight:bold;
	background-color:#858585;
	border-color:black #858585 #858585 #858585;
	border-right-width:0px;
	border-top-width:1px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-style:solid;
}


div#navigation td.next
 {

	text-align: right;
	color:white;
	font-weight:bold;
	background-color:#858585;
	border-color:black #858585 #858585 #858585;
	border-right-width:0px;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:0px;
	border-style:solid;
	white-space:nowrap;
}

div#navigation span.next 
{
	margin-right:5px;
}

div#navigation span.previous
{
	margin-left:5px;
}

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

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

div#navigation td.selected
 {
	border-style: outset;
	border-width: 2px;
}

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


div#photograph
 {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img 
{
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #858585;
	border-width: 1px;
}


h1.title 
{
	text-align: center;
	font-weight: bold;
	margin: 0px;
	color: white;
}


p.caption, p.description 
{
	
	text-align: center;
	display: block;
	width: 640px;
	margin: auto;
}


