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

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;

}

	html {
		overflow-y: scroll;
	}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-weight: normal;
}

p, div {
	text-align: left;
}

ol, ul {
	text-align: left;
	list-style: none;
/*	overflow: hidden;*/
	zoom: 1;
}

address, caption, cite, code, em, strong, sup, sub {
	font-weight: normal;
	font-style: normal;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, span, a, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

input, select, textarea, button {
	margin: 0;
}

textarea {
	overflow-x : hidden ;
}

img {
	border: 0px;
	vertical-align: top;
}

label {
	outline: none;
	line-height: 200%;
	padding: 0px 0px;
}

	:focus {
		outline: none;
	}

a {
	text-align: left;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

input, select, textarea, button {
	font-size: inherit;
	vertical-align: middle;
}

a, button {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
}
	table th,
	table td {
		text-align: left;
		vertical-align: top;
		word-wrap: break-word;
	}
	table th {
		font-weight: normal;
	}
	
	table td {}</pre></body></html>