<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Settings */

body {
	background-color: #FFFFFF;
	color: #2A4173;
}

h1 {
	font-size: 110%;
	line-height: 135%;
	padding-right: 45px;
	margin-bottom: 22px;
	margin-top: 9px;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.4;
}

a:link {
	color: #2A4173;
	text-decoration: none;
}

a:visited {
	color: #2A4173;
	text-decoration: none;
}

a:hover {
	color: #2A4173;
	text-decoration: underline;
}

p.quote {
	font-style: italic;
	margin-left: 75px;
	margin-bottom: 12px;
	margin-top: 35px;
	border-style: dashed;
	border-width: thin;
}


/* Header */

div.figure {
  width: 100%;
}

img.scaled {
  width: 100%;
}


/* Navigation Bar */

div.navbar {
	width: 100%;
	background-color: #2A4173;
	color: #FFFFFF
}

table.navbar {
	width: 100%;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
	word-spacing: 6px;
	width: 100%;
}

a.navbar:link {
	color: #FFFFFF;
	background-color: #2A4173;
	text-decoration: none;
}

a.navbar:visited {
	color: #FFFFFF;
	background-color: #2A4173;
	text-decoration: none;
}

a.navbar:hover {
	color: #FFFFFF;
	background-color: #5C7EBD;
	text-decoration: none;
}


/* Content */

div.content {
	position: relative;
	margin-left: 40px;
	margin-right: 120px;
	margin-top: 30px;
	min-height: 270px;
}


/* Footer */

div.footer {
	text-align: right;
	padding-right: 20px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 82%;
	line-height: 100%;
}

a.footer:link {
	color: #59a2df;
	text-decoration: none;
}

a.footer:visited {
	color: #59a2df;
	text-decoration: none;
}

a.footer:hover {
	color: #59a2df;
	text-decoration: underline;
}</pre></body></html>