body {
	margin: 0px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #404040;
}


a.ab
	{ color: #0000ff; text-decoration: none; }
a.ab:hover
	{ color: #ff0000; text-decoration: underline; }
a.ab:active
	{ color: #0000ff; text-decoration: underline; }
a.ab:visited
	{ color: #0000ff; text-decoration: none; }
a.ab:visited:hover
	{ color: #ff0000; text-decoration: underline; }


a
	{ color: #0000ff; text-decoration: none; }
a:hover
	{ color: #ff0000; text-decoration: underline; }
a:active
	{ color: #0000ff; text-decoration: underline; }
a:visited
	{ color: #2020a0; text-decoration: none; }
a:visited:hover
	{ color: #ff0000; text-decoration: underline; }



#gallery
{
	margin: 10px 0px 0px 20px;
	text-align: center;
}
#gallery div
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


#photoborder
{
	margin: 10px 0px 5px 0px;
	text-align: center;

}

#phototable
{
	margin-left: auto;
	margin-right: auto;
	border: solid 7px #fff;
}

#mainphoto
{
	border: solid 1px #000;
}


#hoverdiv
{
	position:absolute;
	z-index: 100;
	display: none;
}

.toprule
{
}

.midrule
{
	border-top: solid 1px #333;
}

.caption
{
	text-align: center;
	color: #fff;
	font-size: 9pt;
}

#arrowkeys
{
	color: #ccc;
	margin-bottom: 7px;
}


#copyright
{
	margin: 10px 0px 15px 0px;
	text-align: center;
	color: #ccc;
	font-size: 8pt;
}

