.gallery_shell {
	background-color:#FFFFFF;
	border: solid 2px #c8c8c8;
	color: #336699;
	font-weight: normal;
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
}

.gallery_shellBorderFix {
	background-color:#FFFFFF;
	border-top: solid 2px #c8c8c8;
	border-left: solid 2px #c8c8c8;
	border-right: solid 2px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
	color: #336699;
	font-weight: normal;
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
}

.gallery_head {
	font-family:trebuchet ms;
	font-size:18px;
	font-weight:bold;
	background-color:#d9d9d9;
	color:#616161;
}

.gallery_subhead {
	background-color:#EEEEEE;
}

.gallery_body {
	color: #336699;
	font-weight: normal;
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
}

.gallery_imageCell {
	background-color:#FFFFFF;
}

.gallery_imageCellEmpty {
	background-color:#FFFFFF;
}

.gallery_imageCellBorderRight {
	border-right: solid 1px #e2e2e2;
}

.gallery_imageCellBorderBottom {
	border-bottom: solid 1px #e2e2e2;
}

.gallery_imageCellBorderBottomRight {
	border-bottom: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
}

.gallery_image {
	border: solid 3px #bdbdbd;
}

.gallery_imageCountCell {
	background-color:#EEEEEE;
}

.gallery_imageCountCellBorderRight {
	background-color:#EEEEEE;
	border-right: solid 1px #e2e2e2;
}

.gallery_description {
	font-size:12px;
}

.gallery_back {
	background-color:#FFFFFF;
	border-bottom: solid 1px #e2e2e2;
}

.gallery_enlarge {
	color: #818181;
	font-weight: normal;
	font-family: georgia;
	font-size: 12px;
}

<!-- --------------- -->
<!-- Link Formatting -->
<!-- --------------- -->

a.gallery_link:link {color: #7f1a19}
a.gallery_link:visited {color: #7f1a19}
a.gallery_link:active {color: #7f1a19}
a.gallery_link:hover {color: #000000; text-decoration: none;}

.gallery_link {
	color: #7f1a19;
	font-weight: regular;
	font-family: georgia;
	font-size: 14px;
	text-decoration: underline;
}