/* stylesheet for NHSPA Exeter Gallery */
body {
	background-color: transparent;
	color: Black;
	height:100%;
	font-size:100%;
	font-family:verdana,arial,helvetica,sans-serif;
}
a:link {
	text-decoration: none;
	color: #0701b8;
}
a:active {
	text-decoration: none;
	color: #fd0906;
}
a:visited {
	text-decoration: none;
	color: #4c00a6;
}
H3, H4 {
	margin: 8px;
	padding: 0px;
}
h3.red {
	color: #CC0000;
	font-size: 24px;
}
table.main {
	width: 760px;
	border: none;
}
td.gallery-info {
  font-size:0.875em;
}
td.left-nav {
	width: 150px;
	text-align: left;
	vertical-align: top;
	background-color: black;
}
td.right-bar {
	width: 10px;
	text-align: left;
	vertical-align: top;
	background-color: black;
}
td.content-area {
	width: 600px;
	text-align: left;
	vertical-align: top;
}
/* Gallery Thumbs */
table.gallery {
	border: thin none Maroon;
	border-collapse: collapse;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
td.galleryHd {
	background-color: inherit;
	text-align: center;
	padding-bottom: 15px;
}
td.galleryFt {
	background-color: inherit;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
td.gData {
	font-size: x-small;
	text-align: center;
	border-bottom: thin solid silver;
	padding-top: 15px;
	padding-bottom: 15px;
}
td.gView {
	font-size: small;
	text-align: center;
	border-bottom: thin solid silver;
	padding-top: 15px;
	padding-bottom: 15px;
}
.announcement {
	font-family:verdana,arial,helvetica,sans-serif;
}
.announce-caption {
	font-size: x-small;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
