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

/*initialization
---------------------------------------*/

a,img,ul,li,table,tr,th,td,p,h1,h2,h3,h4,h5,h6,ol,div,body,html,dl,dt,dd,iframe {
	padding:0;
	margin:0;
	border:none;
	list-style:none;
}

img{ vertical-align:bottom;}

a img{ border:none; }

.clearfix { zoom:100%; }
.clearfix:after { content: ""; display: block; clear: both; height:0; }
/* .alphaOver */
.alphaOver a:hover img { opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; }
.alphaOver_w a:hover img { opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; background-color:#FFF; }



fieldset, form, label, legend,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background-color:transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav{
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}


ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}
a:link,
a:visited {}
a:hover,
a:focus,
a:active {}

label{ cursor: pointer; }</pre></body></html>