@charset "utf-8";

@import "styles.css";

.Heading01 {
	font-family: "Arial";
	font-size: 20px;
	margin: 0;
	color: rgb(0,116,178);
	letter-spacing: 1pt;
}
.mainContainer .Heading01 {
	margin: 0;
}

.Heading02 {
	font-family: "Arial";
	font-size: 20px;
	_font-style: italic;
	_font-weight: bold;
	_font-variant: small-caps;
	color: rgb(0,116,178);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 1em;
	margin-top: 0pt;
	margin-bottom: 6pt;
}


.galleryLinkContainer {
	background-color: #FF9;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	width: 100%;
}
.galleryLink {
	display: inline-block;
	width: 130px;
	margin: 5px 3px 10px 4px;
	box-shadow: 0px 0px 2px 0px #000;
	border-radius: 2px;
	transition: background .5s ease, box-shadow .5s ease;
}
.galleryLink:hover {
	/* background: rgba(0,116,178,.5); */
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 8px 0px #000;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00C;
}
