<style type="text/css">
<!--



	A.browseclass:visited, A.browseclass:active, A.browseclass:link {text-decoration: underline; color: blue;}
	A.browseclass:hover {text-decoration: underline; color: red;}
	
	A.ignoredclass1:link, A.ignoredclass1:visited, A.ignoredclass1:active {text-decoration: underline; color: white;}
	A.ignoredclass1:hover {text-decoration: underline; color: red;}
	

	div.doPrintMe{display : none;}

	@media print {
			div.dontPrintMe{display : none;}
			div.doPrintMe{display : block;}
	}
	

	.InstLink {font-family: arial; color: white; font-size: 70%; font-weight: bold;}
	.WhiteHeadings {font-family: arial; color: white; font-size: 70%; font-weight: bold;}
	.Distance {font-family: arial; color: #990000; font-size: 60%;}
	.Numbering {font-family: arial; color: #8CC27E; font-size: 60%;}


	table {
		text-align: left;
	}

	td, font {
		font-family: Times New Roman;
	}

	.MainButton {
		font-weight: bold;
		background-color: #39297B;
		color: #FFFFFF;
		font-size: 10pt;

		border-left-style: solid;
		border-left-color: #C6BDD6;
		border-top-style: solid;
		border-top-color: #C6BDD6;
		
		border-right-style: solid;
		border-right-color: #291852;
		border-bottom-style: solid; 
		border-bottom-color: #291852;
	}

	.ClearButton {
		background-color: #57469B;
		color: #FFFFFF;
		font-size: 8pt;

		border-left-style: solid;
		border-left-color: #C6BDD6;
		border-top-style: solid;
		border-top-color: #C6BDD6;
		
		border-right-style: solid;
		border-right-color: #291852;
		border-bottom-style: solid; 
		border-bottom-color: #291852;
	}
	.sfsContent 
	{
	    margin: 0 auto;
	}
	
	.ccdNotes
	{
		font-size:1.3em;	/* compensate for new HFS 62.5% font size */
	}

	/*Magnifying glass and text stayling*/

.image-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

	.image-container img.mag-image {
		width: 60%;
		height: 75%;
		position: absolute;
		right: 0;
		top: 7%;
	}



.overlay-text {
	position: relative;
	text-align: center;
	width: 99%;
}

/*Specific Text Styling*/
.overlay-text-find {
	font-size: 2em;
	color: #782456;
	font-weight: bold;
	margin-bottom: 2px;
	display: inline-block;
}

.overlay-text-click {
	font-size: 1.6em;
	color: #134f8a;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 2px;
	display: inline-block;
}

/*Search Tip Styling*/
instruction-container {
	width: 98%;
}
-->
</style >
