<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.mainmenu {
	margin-top:5px;
	font-size:15px;
	margin-left:10px;
}
.mainmenu a:link, .mainmenu a:visited {
	text-decoration:none;
	color:#000;
}
.mainmenu a:hover {
	text-decoration:underline;
	color:#990000;
}
.contentsection {
	margin-top:5px;
	font-size:17px;
	font-weight:bold;
}
.contentsection a:link, .contentsection a:visited {
	text-decoration:none;
	color:#000;
}
.contentsection a:hover {
	text-decoration:underline;
	color:#990000;
}
div.thumbarea {
	padding: 0 0 20px 0;
	text-align:center;
}
div.thumbarea-caption {
	text-align:center;
	display:block;
	padding: 10px 0 5px 0;
	font-weight:bold;
	font-size:18px;
}
div.registry-caption {
	text-align:center;
	display:block;
	padding: 5px 0;
	font-weight:bold;
	font-size:16px;
	border:1px solid #000;
	background-color:#ddd;
}
div.tfoteventdate {
	float:left;
	text-align:right;
	font-weight:bold;
	width:130px;
	margin:0px 7px 25px 7px;;
}
div.tfotevent {
	float:left;
	font-weight:bold;
	width:440px;
	margin:0px 7px 25px 7px;;
}
div.tfotevent a:link, div.tfotevent a:visited {
	font-weight:bold;
	color:#990000;
}
div.tfotevent a:hover {
	font-weight:bold;
	color:#ff0000;
}
div.relatedeventdate {
	float:left;
	text-align:right;
	font-weight:normal;
	width:130px;
	margin:0px 7px 25px 7px;
}
div.relatedevent {
	float:left;
	font-weight:normal;
	width:440px;
	margin:0px 7px 25px 7px;
}
div.relatedevent a:link, div.relatedevent a:visited {
	color:#990000;
}
div.relatedevent a:hover {
	color:#ff0000;
}
div.clear {
	clear:both;
}
div.registryrow {
	float:left;
	margin:0 auto;
	width:25%;
}
p.registrytitle {
	margin-top:0px;
	font-size:13px;
}
div.justify {
	text-align:justify;
}

.red-text {
	color:red;
	font-size:20px;
}
.green-text {
	color:green;
	font-size:20px;
}
/* ********** THIS IS THE START OF THE IMAGE POP-UP SYSTEM ********** */
/*
* @file: highslide.css 
* @version: 4.1.9
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
	height: 80px;
	margin:5px 5px 5px 0px;
}
.highslide:hover img {
	border-color: #990000;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}
/* ********** THIS IS THE END OF THE IMAGE POPUP SYSTEM ********** */</pre></body></html>