/*# Black & White Filter #*/
/*#  html
{
   filter: gray;
} #*/

.small
{
   font-size: 95%;
}

.medium 
{
   font-size: 100%;
}

.large 
{
   font-size: 115%;
}

/*# The universal selector #*/
body 
{
   // font-size: 11pt;
   font-size: 95%;
   font-family: 微軟正黑體, sans-serif, 新細明體;
   line-height: 150%; 
   letter-spacing: 0px;
   text-autospace: ideograph-alpha, ideograph-numeric;   
}

* input {
   line-height: expression((this.type=="text") ?"100%":"style");
}


/* closest to basic */
.dsec-h1 {
   // font-size: 12pt;
   font-size: 97.5%;
}

.dsec-h2, .dsec-h3 {
   font-family: 標楷體, 新細明體; 
   color: rgb(226,148,0);
   // font-size: 13pt;
   font-size: 110%;
   line-height: 200%;
   letter-spacing: -1px;
}

.dsec-table {
   line-height: 200%;

}

.dsec-h3 {
   // font-size: 17pt;
   font-size: 125%;
}

.dsec-h3-1 {
	// font-size: 17pt; 
   font-size: 125%;
}

.dsec-h4 {
	// font-size: 20pt; 
        font-size: 180%;
	color: #3366ff;
}

.dsec-Title2 {
	// font-size: 13pt; 
        font-size: 110%;
	color: #3366ff;
}

.dsec-Title3 {
	// font-size: 17pt; 
        font-size: 125%;
	color: #3366ff;
}

.dsec-pageTitle {
	// font-size: 20pt; 
        font-size: 180%; 
	color: #3366ff;
}

.dsec-small {
	font-size: 9pt;         
}

.dsec-NewsHeader {
	font-size:66pt;
	font-weight: bold;
}

p.indent1 {text-indent:31px;}