<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 and override */
*{
margin:0;
padding:0;
}
img{
	border: none;
	padding: 0;
	margin: 0px;
}
/* link &amp; type */
body, div{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div{
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul, dl, ol{
margin:0;
padding:0;
list-style:none;
}

.floatlft{
float:left;
}
.floatrgt{
float:right;
}
.Inline{
display:inline;
}
.bold, .bold a{
font-weight:bold;
}
.overauto{
	overflow:auto;
	font-weight: bold;
}
.mar10{margin-top:10px;}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.font14,.font14 a{font-size:14px;}
.ellips,.ellips li{white-space:nowrap;overflow:hidden;-o-text-overflow: ellipsis;/* for Opera */text-overflow:ellipsis;/* for IE */}
.hid {
	overflow: hidden;
}
</pre></body></html>