.galleryHeader
{
	width: 700px;
}

.galleryBody
{}

.galleryFooter
{
	width: 700px;
}

.photoGallery table.galleryList td
{
	background-color: #B0D494;
	border: 1px solid #000066;
}

.photoGallery table.galleryList td.empty
{
	background-color: White;
	border: 1px solid white;
}

.galleryThumb a, .galleryThumb a:visited, .galleryThumb a:active
{
	background-color: #B0D494;
	/*border: 1px solid #000066;*/
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.galleryThumb a:hover
{
	background-color: #FEEC94;
	font-weight: bold;
}

.imageThumb a
{
	background-color: #B0D494;
	border: 1px solid #000066;
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 5px;
	text-decoration: none;
}

.imageThumb a:hover
{
	background-color: #FEEC94;
}

.imageDisplay
{}