<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/grunge03.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}
#container {
	font-family: "Letter Gothic Std", Monaco, monospace;
	font-size: 14px;
	color: #000;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 75px;
	font-size: 36px;
	font-family: "Letter Gothic Std", Monaco, monospace;
	font-weight: lighter;
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 9px;
	position: relative;
}
#topLogo {
	position: absolute;
	bottom: 0px;
	right: 22px;
	top: -19px;
}
#main {
	margin-top: 30px;
	height: 350px;
	padding: 30px;
	background-image: url(images/logo_text1.png);
	background-position: 572px 30px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
#main form {
	margin-top: 30px;
}

#main img {
	float: left;
	margin-right: 30px;
}
#title h1 {
	font-weight: lighter;
	font-size: 36px;
}

#title {
	padding: 6px;
	font-family: "Letter Gothic Std", Monaco, monospace;
	font-size: 36px;
	text-align: center;
}
#footer p {
	padding: 15px;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#footer {
	padding: 0px;
}
.image_rt {
	float: right;
}
#main p {
	width: 540px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
</pre></body></html>