<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 */
html {
	width:100%;
	height:100%;
	overflow-x: auto;
	overflow-y: scroll;
}
html, body, form, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

/*body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 150%;
}
body {
	font-size: small;
	font-family: Arial;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	background-color: #ffffff;
	font-family: Arial;
}
*/
body, td, th {
	font-size:10pt;
}
body {
	text-align: center;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
}


#wrapper {
	width:860px;
	margin: 0 auto;
	text-align: left;
}


h1 {
	font-size: x-large;
	margin-bottom: 30px;
}


h2 {
	font-size: medium;
	border-bottom-color: #9999FF;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #9999FF;
	margin: 5px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	padding: 5px;
}

p{
	margin-bottom: 20px;
}

table#form_table{
    border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#form_table td {
	padding: 10px 10px;
	font-size:9pt;
	border-bottom:1px #E3E3E3 solid;
}

table#form_table td.title{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #9999FF;
	font-size:11pt;
    font-weight: bold;
	line-height: 26px;
    text-align: center;
    white-space: nowrap; 

}

table#form_table td.label{
	font-size:10pt;
	border-right:1px #E3E3E3 solid;
	border-bottom:1px #E3E3E3 solid;
	font-weight: bold;
	text-align:right;
}

table#form_table td.confirm{
    border-right:1px #E3E3E3 solid;
	border-bottom:1px #E3E3E3 solid;
	text-align:left;
	color:#0000FF;
}

table#form_table td.submit{
    border-right:1px #E3E3E3 solid;
	border-bottom:1px #E3E3E3 solid;
	text-align:center;
	font-family: Arial;
}


div#form_area {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}

.request {
	color: #FF0000;
	font-weight: bold;
}

.error{
	color: #FF0000;
	font-weight: bold;
}

div#thanks{
	text-align:left;
	font-weight: bold;
	font-size:small;
}


.copyright {
	text-align: center;
	padding: 30px 0 20px;
	font-size:9pt;
	font-weight: bold;
}


input.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size:11pt;
	padding: 10px 40px;
	border: 1px solid #aaa;
	background: #fafafa;
	cursor: pointer;
}
input.button:hover {
	background: #fff;
}
input.button:active {
	background: #ddd;
	border-color: #666;
}
.navigator {
	padding: 10px 0 0;
	height:30px;
	text-align: center;
}
.navigator .button {
	padding-left: 0;
	padding-right: 0;
	width:140px;
}
.navigator div {
	width:420px;
	height:30px;
}
.navigator .right {
	float: right;
	text-align: left;
}
.navigator .left {
	text-align: right;
	float: left;
}
.warning {
	color: #d00;
}
.gray {
	color: #bfbfbf;
}
</pre></body></html>