<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a:link 
{
COLOR: #368BC1;
text-decoration: none;}

a:visited 
{
COLOR: #368BC1;
text-decoration: none;
}

a:hover 
{
COLOR: #368BC1;
text-decoration: underline;
}



BODY 
{
width: 800px;
margin-right: auto;
margin-left: auto;
padding: 10px;
color: #000000;
font-size: 14px;
background-color: #ffffff;
font-family: helvetica, arial, sans-serif; 
}

BODY.iframe
{
padding: 0px;
margin: 0px;
}


BODY.imagepage
{
color: #ffffff;
background-color: #544E4F;
}


/* HEADER */


p.header1
{
font-size: 14px;
text-align: center;
color: #368BC1;
font-weight: bold;
}

p.header2
{
font-size: 54px;
text-align: center;
color:#756D6D;
font-weight: normal;
font-style: normal;
padding: 0px;
margin: 0px;
}



table.header
{
width: 100%;
border-style: none;
}



td.header1
{
border-width: 1px;
border-style: none;
margin: 0px;
padding: 5px;
}

td.header2
{
border-width: 1px;
border-style: none;
margin: 0px;
padding: 20px;
}

/* REGULAR */


h1
{
font-size: 24px;
text-align: center;
font-family: helvetica, arial, sans-serif;
}

h2
{
font-size: 20px;
text-align: center;
font-family: helvetica, arial, sans-serif;
}

h3
{
font-size: 18px;
font-family: helvetica, arial, sans-serif;
}

h3.center
{
font-size: 18px;
text-align: center;
font-family: helvetica, arial, sans-serif;
}

h4
{
font-size: 15px;
font-family: helvetica, arial, sans-serif;
}

p
{
font-size: 14px;
text-align: justify;
font-family: helvetica, arial, sans-serif;
}


p.center
{
font-size: 14px;
text-align: center;
font-family: helvetica, arial, sans-serif;
}


p.right
{
font-size: 14px;
text-align: right;
font-family: helvetica, arial, sans-serif;
}


p.left
{
font-size: 14px;
text-align: left;
font-family: helvetica, arial, sans-serif;
}

p.dir
{
font-size: 14px;
text-align: center;
color: #005e8d;
font-family: Verdana;
font-weight: bold;
}


blockquote
{
font-size: 14px;
font-family: helvetica, arial, sans-serif;
}

li
{
font-size: 14px;
font-family: helvetica, arial, sans-serif;
}


table
{
font-size: 14px;
border-color: #d3d3d3;
margin-left: auto;
margin-right: auto;
}

table.variables
{
width: 500px;
text-align: left;
}

table.noborder
{
border-collapse: collapse;
border-width: 0px;
padding: 0px;
}


td
{
font-size: 14px;
border-style: none;
border-width: 1px;
background-color: #EFEFEF;
margin: 10px;
padding: 20px;
}

td.inter
{
font-size: 14px;
border-style: none;
border-width: 1px;
background-color: #e5e5cc;
margin: 10px;
padding: 20px;
}


td.noborder
{
border-width: 0px;
background-color: #ffffff;
margin: 0px;
padding: 5px;
}

/* CHINESE */


p.chinese
{
font-size: 16px;
text-align: justify;
text-indent:32px;
line-height:150%; 
}

p.chinesecenter
{
font-size: 16px;
text-align: center;
line-height:150%; 
}




/* BUTTON */


button 
{
  background-color: #EFEFEF;
  border: 1px solid #368BC1;
  border-radius: 8px;
  padding: 10px 10px 10px 10px;
  margin: 5px 20px 5px 20px;
  font-size: 18px;
}


button:hover 
{
  background-color: #d3d3d3;
} 


/* NAVEGATION BAR */


table.navbar
{
width: 100%;
background-color: #368BC1;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}



td.navbar
{
	border-style: none;
	background-color: #368BC1;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


p.navbar
{
text-align: left;
color: #d3d3d3;
font-weight: normal;
font-size: 16px;
line-height: 29px;
font-family: helvetica, arial, sans-serif;
padding: 5px 10px 5px 20px;
margin: 0 0 0 0;
}


a.navbar:link
{
color: #ffffff;
text-decoration: none;
}

a.navbar:visited
{
color: #ffffff;
text-decoration: none;
}

a.navbar:hover
{
color: #d3d3d3;
text-decoration: none;
}


</pre></body></html>