body {
	margin: 0px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C8C8C8;
}


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;
}


#mainimage
{
	margin: 10px 0px 5px 0px;
	text-align: center;
}

#mainimage img
{
	border: solid 10px white;
}


.toprule
{
	border-top: solid 1px #fff;
}

.midrule
{
	border-top: solid 1px #888;
	border-bottom: solid 1px #ddd;
}

.caption
{
	text-align: center;
	color: #555;
	font-size: 8pt;
}

#arrowkeys
{
	color: #555;
	margin-bottom: 7px;
}


#copyright
{
	margin: 10px 0px 15px 0px;
	text-align: center;
	color: #555;
	font-size: 8pt;
}

