div.gal {
	border: 1px solid black;
	background-image: url('/image/lighten75.png');
	color: black;
	padding: 10px 10px;
	margin-bottom: 10px;
}

div.gal td {
	color: black;
}

#Content img {
	border: none;
	display: block;
}

div.gal td.galText {
	vertical-align: top;
}

div.gal span.nav {
	display: block;
	margin: 0px 0px;
	font-size: 14pt;
}

td#Content a:link, td#Content a:visited {
	color: blue;
	text-decoration: none;
}

td#Content a:hover {
	text-decoration: underline;
}