<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "Open Sans";
	src: url("/fonts/OpenSans-Regular.ttf") format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("/fonts/OpenSans-SemiBold.ttf") format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("/fonts/OpenSans-Bold.ttf") format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("/fonts/OpenSans-Italic.ttf") format('truetype');
	font-weight: 400;
	font-style: italic;
}

html, body {
	font-family: 'Open Sans', Arial;
	font-size: 14px;

	margin: 0;
	padding: 0;

	background-color: #1d2f3e;
	color: #666666;
}

a {
	color: #1e73be;
}

h1 {
	color: #666666;
	font-size: 36px; /* 40px */
	margin-bottom: 30px;
	font-weight: 600;
}

h1:first-child {
	margin-top: 0px;
}

h2 {
	color: #1e73be;
	font-size: 30px;
}

h3 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

section {
	margin: 60px 0;
}

input[type=text], input[type=email], input[type=password], textarea {
    width: 350px;
    max-width: 100%;
    border: 1px solid #666666;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 10px;
}

textarea {
	height: 300px;
}

.small {
	font-size: 60%;
	font-weight: normal;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.page {

}

.center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

header {
	background-color: #ffffff;
}

header .center {

}

header .links {
	text-align: right;
}

header .links a {
	display: inline-block;
	margin-left: 35px;
	color: #cccccc;
	border-bottom: 5px solid #ffffff;
	font-weight: bold;
	line-height: 75px;
	text-decoration: none;
	font-size: 15px;
}

header .links a:hover {
	color: #666666;
	border-bottom: 5px solid #666666;
}

header .links a.active {
	color: #1e73be;
	border-bottom: 5px solid #1e73be;
}

header .logo {

}

main {
	background-color: #f0f0f0;
}

main .center {
	padding-top: 40px;
	padding-bottom: 40px;
}

footer {
	font-size: 90%;
	line-height: 150%;
	background-color: #1d2f3e;
	color: #ffffff;
}

footer .center {

}

footer .logo {

}

footer .links {
	padding-top: 40px;
}

footer .links a {
	color: #ffffff;
}

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