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


html {
	font-size: 62.5%;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-style:normal;
	font-weight: normal;
    vertical-align: baseline;
    background: transparent;
	zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}	
ol,ul {
	list-style: none;
}
a {
	color: #419deb;
	text-decoration: none;
}
a.link {
	color: #419deb;
	text-decoration: none;
}
a:hover {
	color: #419deb;
	text-decoration: underline;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;	
}
/* IS IE */
.clearfix {
 *display: inline-block;
 *zoom: 1;
}</pre></body></html>