@charset "utf-8";
.homepageText {
	font-family: Garamond;
	font-size: medium;
	color: #000000;
	line-height: 120%;
	font-variant: normal;
	text-align: justify;
	font-stretch: narrower;
}
a {
	font-family: Garamond;
	font-size: medium;
	color: #CC6600;
	text-decoration: none;
}
a:link {
	font-family: Garamond;
	font-size: medium;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	font-family: Garamond;
	font-size: medium;
	color: #CC0000;
	text-decoration: underline;
}
td {
	font-family: Garamond;
	font-size: medium;
	color: #000000;
}
.textSmall {
	font-family: Garamond;
	font-size: medium;
	color: #000000;
	font-variant: small-caps;
}
.heading {
	font-family: Garamond;
	font-size: 36px;
	color: #4F0000;
}
.mainTbl {
width: 90%;
}
.showonScreen {
display:block
}
@media print {
    .noprint {
	visibility: hidden;
	}
	.mainTbl {
	width: 100%;
	}
	.showonScreen {
	display:none
	}
}.galleryTitle {
	font-family: Garamond;
	font-size: x-small;
	color: #000000;
	line-height: 100%;
	font-weight: lighter;
	font-variant: normal;
	text-align: justify;
	font-stretch: narrower;
}
.headingSmall {
	font-family: Garamond;
	font-size: 32px;
	color: #4F0000;
	font-variant: small-caps;
}
.headingSmaller {
	font-family: Garamond;
	font-size: 24px;
	color: #4F0000;
	font-variant: small-caps;
}

