<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	text-align:center;
    overflow:scroll;
	#overflow:hidden;
}
#wrapper {
	margin: 0 auto;
	width: 1024px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;
	overflow:hidden;
}

a:link, a:visited,a:hover,a:active { text-decoration: none; }

.commonText
{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif
}

.commonTitle,.textTitle, .menuTitle, .headLine
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif
}

.textTitle { font-size: 16px; }

.menuTitle { font-size: 11px; }

.headLine { font-size: 22px; }

p,h2,ul,li,td
{ 
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

h2 { font-weight:bold; margin: 10px 0 0; }

p { margin: 5px 0 0; }

ul { margin-top: 5px; }

li ul { margin-top: 0; }

table { text-align: center; }

form
{
	width: 400px;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

input
{
	border: 1px solid #ddd;
	margin: 3px 0px;
}

.focus { background-color: #fffa9d; }

.contact { font-size:14px; }

form fieldset
{
	border: 1px solid #7f93ae;
	margin: 0 0 12px;
	padding: 5px;
}

form legend
{
	padding: 0 2px;
	font-weight: bold;
	color: #000000;
}

form label
{
	display: inline-block;
	line-height: 1.4;
	vertical-align:	top;
	width: 100px;
}

hr
{
	height: 1px;
	background-color: #ddd;
	border: none;
	margin: 5px 0px;
}

form fieldset fieldset
{
	border: none;
	margin: 0;
	padding:0;
}

form fieldset fieldset legend
{
	padding: 0;
	font-weight: normal;
	color: #000000;
}

form fieldset fieldset label
{
	display: block;
	width: auto;
}

input.button
{
	padding: 3px 8px;
	background-color: #009FD6;
	color: #fff;
	margin: 0 5px;
}

textarea
{
	width: 250px;
	height: 100px;
	border: 1px solid #ddd;
}

div.float
{
	float: left;
	margin: 0px 20px;
}

div.clear
{
	clear: both;
	visibility:visible;
}</pre></body></html>