/* stylesheet for NHSPA Member Gallery */
body {
	color: Black;
	background-color: transparent;
}
a:link {
	text-decoration: none;
	color: #0701b8;
}
a:active {
	text-decoration: none;
	color: #fd0906;
}
a:visited {
	text-decoration: none;
	color: #4c00a6;
}
H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 8px;
	padding: 0px;
}
/* Gallery Thumbs */
table.gallery {
	border: thin none Maroon;
	border-collapse: collapse;
	font: normal Arial, Helvetica, sans-serif;
	text-align: center;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
td.galleryHd {
	background-color: inherit;
	text-align: center;
}
td.gThumb {
	border-bottom: thin solid silver;
	text-align: center;
	vertical-align: middle;
	width: 40%;
}
td.gArtistInfo {
	border-bottom: thin solid silver;
	font-size: small;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	padding: 20px;
}
a.gArtistName {
	font-size: medium;
	font-weight: bold;
}
a.gArtistLink {
	text-decoration: underline;
	margin-bottom = 0px;
}
/* Gallery Member Info */
div.mInfo {
	font: normal Arial, Helvetica, sans-serif;
}
div.mAbout {
	font-size: small;
	text-align: left;
}