<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMMON CSS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	border:0;
	outline:0;
	background:transparent
}
ol,ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
*{
	padding: 0;
	margin: 0;
}
a, a:hover{
	text-decoration: none;
}
body{
	font:12px/18px "å¾®è½¯é›…é»‘","å®‹ä½“", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color:#333333;
	font-size:62.5%;
	text-rendering:optimizeLegibility;
	background:#fff
}
.wrapper {
	width:1200px;
    position:relative;
    margin:0 auto;
    border:0;
}
.contentout{
	width:100%;
	min-height:160px;
	padding-top:10px;
	clear:both;
}
.gray,.gray:visited{
	font-size:12px;
	color:#c7c7c7;
	text-decoration:none;
}
.gray:hover{
	font-size:12px;
	color:#c7c7c7;
	text-decoration:underline;
}
.violet,.violet:visited{
	font-size:14px;
	font-weight:bold;
	color:#322a94;
	text-decoration:none;
}
.violet:hover{
	font-size:14px;
	font-weight:bold;
	color:#322a94;
	text-decoration:underline;
}
.yellow,.yellow:visited{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#f59316;
	text-decoration:none;
}
.yellow:hover{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#f59316;
	text-decoration:underline;
}
.white,.white:visited{
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
.white:hover{
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}
.red,.red:visited{
	font-weight:normal;
	color:#bd362f;
	text-decoration:none;
}
.red:hover{
	font-weight:normal;
	color:#bd362f;
	text-decoration:underline;
}
#foot{
	width:100%;
	height:40px;
	clear:both;
	text-align:left;
	font-size:12px;
	color:#666;
	position: absolute;
	bottom:0px;
}
#foot a{
	text-decoration: none;
	color: #000;
}
#foot img{
	margin-left:10px;
}
#foot .info{
	position:absolute;
	left:50%;
	margin-left:-65px;
	line-height:40px;
}
#foot .attention{
	float:right;
	line-height:40px;
	width:220px;
	height:32px;
}
/* ---- Buttons ---- */
button{
	display:inline-block;*display:inline;
	padding:7px 20px;
	margin-bottom:10px;*margin-left:.3em;
	font-size:14px;
	line-height:20px;*line-height:20px;
	color:#333;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#eee;*background-color:#eee;
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#e6e6e6));
	background:-moz-linear-gradient(top, #eee, #e6e6e6);
	border:1px solid #bbbbbb;*border:0;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-color:#eee,#eee,#d4d4d4;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;
	        box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	   -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

button.large{padding:10px 35px; font-size:15px;}
button.small{padding:3px 13px; font-size:13px;}
button.skyblue{ /* --- skyblue color button --- */
	color:#fff !important;
	background-color:#26a2b6;
	background: -moz-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
	background: -webkit-linear-gradient(#34bac9, #26a2b6);
	background: -o-linear-gradient(#34bac9, #26a2b6);
	background: -ms-linear-gradient(#34bac9, #26a2b6);
	background: linear-gradient(#34bac9, #26a2b6);
}
button.skyblue:hover, button.black:active{
	background:#a9016b;
	background:-webkit-gradient(linear, left top, left bottom, from(#26a2b6), to(#34bac9));
	background:-moz-linear-gradient(top, #26a2b6, #34bac9);
}
button.blue{ /* --- blue color button --- */
	color:#fff !important;
	background-color:#008fd5;
	background:-webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#0085c6));
	background:-moz-linear-gradient(top, #008fd5, #0085c6);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;
}
button.blue:hover, button.blue:active{
	background:#008fd5;
	background:-webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#009de9));
	background:-moz-linear-gradient(top, #008fd5, #009de9);
}
button.green{ /* --- green color button --- */
	color:#fff !important;
	background-color:#46a546;
	background:-webkit-gradient(linear, left top, left bottom, from(#46a546), to(#419a41));
	background:-moz-linear-gradient(top, #46a546, #419a41);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;
}
button.green:hover, button.green:active{
	background:#46a546;
	background:-webkit-gradient(linear, left top, left bottom, from(#46a546), to(#4cb34c));
	background:-moz-linear-gradient(top, #46a546, #4cb34c);
}
button.yellow{ /* --- yellow color button --- */
	color:#fff !important;
	background-color:#f0bf4a;
	background: -moz-linear-gradient(#f0c930, #f0bf4a);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0c930), to(#f0bf4a));
	background: -webkit-linear-gradient(#f0c930, #f0bf4a);
	background: -o-linear-gradient(#f0c930, #f0bf4a);
	background: -ms-linear-gradient(#f0c930, #f0bf4a);
	background: linear-gradient(#f0c930, #f0bf4a);
}
button.yellow:hover, button.black:active{
	background:#f0bf4a;
	background:-webkit-gradient(linear, left top, left bottom, from(#f0bf4a), to(#f0c930));
	background:-moz-linear-gradient(top, #f0bf4a, #f0c930);
}
button.orange{ /* --- orange color button --- */
	color:#fff !important;
	background-color:#ff5c00;
	background: -moz-linear-gradient(#ff6f40, #ff5c00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6f40), to(#ff5c00));
	background: -webkit-linear-gradient(#ff6f40, #ff5c00);
	background: -o-linear-gradient(#ff6f40, #ff5c00);
	background: -ms-linear-gradient(#ff6f40, #ff5c00);
	background: linear-gradient(#ff6f40, #ff5c00);
}
button.orange:hover, button.black:active{
	background:#d798d1;
	background:-webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#ff6f40));
	background:-moz-linear-gradient(top, #ff5c00, #ff6f40);
}
button.red{ /* --- red color button --- */
  color:#fff !important;
  background-color:#bd362f;
  background:-webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#b1322c));
  background:-moz-linear-gradient(top, #bd362f, #b1322c);
  filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;
}
button.red:hover, button-red:active{
  background:#bd362f;
  background:-webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#cc3b34));
  background:-moz-linear-gradient(top, #bd362f, #cc3b34);
}
button.magenta{	/* --- magenta color button --- */
	color:#fff !important;
	background-color:#b9298f;
	background: -moz-linear-gradient(#b93180, #b9298f);
	background: -webkit-gradient(linear, left top, left bottom, from(#b93180), to(#b9298f));
	background: -webkit-linear-gradient(#b93180, #b9298f);
	background: -o-linear-gradient(#b93180, #b9298f);
	background: -ms-linear-gradient(#b93180, #b9298f);
	background: linear-gradient(#b93180, #b9298f);
}
button.magenta:hover, button.black:active{
	background:#b9298f;
	background:-webkit-gradient(linear, left top, left bottom, from(#b9298f), to(#b9358f));
	background:-moz-linear-gradient(top, #b9298f, #b9358f);
}
button.black{ /* --- black color button --- */
	color:#fff !important;
	background-color:#111;
	background: -moz-linear-gradient(#222, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
	background: -webkit-linear-gradient(#222, #111);
	background: -o-linear-gradient(#222, #111);
	background: -ms-linear-gradient(#222, #111);
	background: linear-gradient(#222, #111);
}
button.black:hover, button.black:active{
	background:#222;
	background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
	background:-moz-linear-gradient(top, #222, #333);
}</pre></body></html>