h1{
font-family: verdana, arial, 'sans serif';
font-weight: bold;
font-size: 100%;
}
p{
font-family: verdana, arial, 'sans serif';
}
ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}
hr{
color: #f1f1f1;
}
body
{
font-family: verdana, arial, 'sans serif';
background-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #E6E6FF;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #E6E6FF;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #E6E6FF;
scrollbar-track-color: #ffffff;
}

table {
font-family: verdana, arial, 'sans serif';
font-size: 90%;
}

.contentTable{
font-family: verdana, arial, 'sans serif';
font-size: 100%;
padding-left: 50;
padding-top: 20;
padding-bottom: 20;
padding-right: 0;
vertical-align: top;
}
div.contentText {
	font-family: verdana, arial, 'sans serif';
	border: 0;
	width: 100%;
	height: 450;
}

#visible {
	overflow: visible;
}

#hidden {
	overflow: hidden;
}

#scroll {
	overflow: scroll;
}

#auto {
overflow: auto;
scrollbar-3dlight-color: #FAFAFF;
scrollbar-arrow-color: #FAFAFF;
scrollbar-base-color: #E6E6FF;
scrollbar-darkshadow-color: #FAFAFF;
scrollbar-face-color: #E6E6FF;
scrollbar-highlight-color: #FAFAFF;
scrollbar-shadow-color: #E6E6FF;
scrollbar-track-color: #FAFAFF;
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:red}
a:hover   {color:red}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #000000;
}

/* Thumbnail Index */
div#index {
	
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #BFBFBF;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

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: #000000;
	border-width: 0px;
}

div#navigation td.thumbcell img.selected {
	border-style: double;
	border-width: 5px;
}


div#navigation td.selected {
	border-style: outset;
	border-width: 2px;

}
div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
}


