table.PhotoGallery
{
	width: 100%;
/*	background-color: black;*/
	
	border: 0px;
/*	border-spacing: 1em;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;*/
	padding: 1em;

	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

table.PhotoGallery td {
	height: 125px;
	text-align: center;
	vertical-align: top;
	width: 25%;
	border-left: 1px solid white; 

}

table.PhotoGallery td img {
	border: 1px solid #000000; 
	background-color:#0787DE;
	padding: 10px;
}

table.PhotoGallery td img:hover {
	background-color:#7DB4DB;
}

table.PhotoGallery a {
	color: #1B2483;
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
}
