<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bodytext {
	font-family: "Gill Sans / Gill Sans MT, sans-serif";
}

BODY {
	padding: 0px;
	margin: 0px;
	background-color: #bbbbbb;
}

.column {
	border-color: #666666;
	border-width: 4px;
	border-style: solid;
	padding-right: 8px;
	padding-left: 8px;
	background-color: white;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;     
}

.logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.updatetext {
	font-style: italic;
	font-family: "Gill Sans / Gill Sans MT, sans-serif";
	text-align: center;
}

.section {
	border-color: black;
	border-style: solid;
	display: block;
	position: relative;
	margin-left: auto;
	margin-bottom: 16px;
	margin-right: auto;
	margin-top: 16px;
	padding: 4px;
	width: 90%;
	background-color: #c8d3de;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;    
}

.sectionheading {
	text-shadow: 2px 2px 1px #d3d3d3;
	font-family: "Gill Sans / Gill Sans MT, sans-serif";
	font-size: large;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	width: 100%;
	background-color: #ddeaf6;
	text-align: center;
	font-weight: bold;
}

.sectionbodytext {
	font-family: "Gill Sans / Gill Sans MT, sans-serif";
}

.glassarrowimagebox {
	background-repeat: no-repeat;
	height: 431px;
	background-image: url(Images/GlassArrow.jpg);
	display: block;
	position: relative;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 500px;
	border-color: black;
	border-style: solid;	
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.copyrighttext {
	font-family: "Gill Sans / Gill Sans MT, sans-serif";
	font-size: small;
	font-style: italic;
}

.glassarrowimagetable {
	margin-top: 120px;
}

.glassarrowimage {
	border-color: black;
	border-style: solid;	
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;	
}

</pre></body></html>