<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("text.css");
@import url("form.css");
@import url("decorate.css");

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 10pt;
	font-style: normal;
	font-weight: normal;	
}
a {
	text-decoration: none;
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 10pt;
	color: #000000;	
	line-height:18px;
}
a:link {	color: #000000;text-decoration: none;}
a:active {	color: #000000;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a:hover {	color: #000000;text-decoration: underline;}

table,td,tr {
	text-decoration: none;
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 10pt;
	color: #000000;	
	line-height:18px;
}
p {
	margin:10px 0px 0px 0px;	
}
</pre></body></html>