/* Main */

BODY 	{	font-family: 新細明體, 細明體;
				color: #666666;
				
			}
td		{	font-family: arial, 新細明體, 細明體; }

/* Linkage */
a:link		{ color: #003399; }
a:visited	{ color: #666666; }
a:hover		{ color: #3399FF; text-decoration:none; }

.wLink							{ color: #ffffff; }
.wLink A:link				{ color: #ffffff; text-decoration: none; }
.wLink A:visited		{ color: #ffffff; text-decoration: none; } 
.wLink A:hover			{ color: #FFFF00; }

.bLink							{ font-size: 9pt; color: #000000; }
.bLink A:link				{ color: #000000; }
.bLink A:visited		{ color: #666666; } 
.bLink A:hover			{ color: #FF9900; }

/* FontSize */
.f8p				{ font-size: 8pt; }
.f9p				{ font-size: 9pt; }
.f10p				{ font-size: 10pt; }
.f11p				{ font-size: 11pt; }
.f12p				{ font-size: 12pt; line-height: 22px; }
.f13p				{ font-size: 13pt; }
.f14p				{ font-size: 14pt; }
.f15p				{ font-size: 15pt; }
.f16p				{ font-size: 16pt; }
.f18p				{ font-size: 18pt; }
.f20p				{ font-size: 20pt; }
.f25p				{ font-size: 25pt; }
.f30p				{ font-size: 30pt; }
.f40p				{ font-size: 40pt; }


/* other */
.button01		{	font-size: 9pt;
							width: 80px;
							border-top: 2px solid #FFdd99;
							border-bottom: 2px solid #996600;
	            border-right: 2px solid #C37300;
	            border-left: 2px solid #FFdd99;
							background-color: #FF9D10;
						}
						
.button02		{	font-size: 9pt;
							width: 200px;
							border-top: 2px solid #FFdd99;
							border-bottom: 2px solid #996600;
	            border-right: 2px solid #C37300;
	            border-left: 2px solid #FFdd99;
							background-color: #FF9D10;
						}
						
.theader01
						{	border-top: 1px solid #99ccff;
							border-bottom: 1px solid #003399;
	            border-right: 1px solid #003399;
	            border-left: 1px solid #99ccff;
							background-color: #3366CC;
						}


/* Spacing */
.s2						{ FONT-SIZE: 2px; LINE-HEIGHT: 2px; }
.s3						{ FONT-SIZE: 3px; LINE-HEIGHT: 3px; }
.s5						{ FONT-SIZE: 5px; LINE-HEIGHT: 5px; }
.s8						{ FONT-SIZE: 8px; LINE-HEIGHT: 8px; }

/* Formating */
.lbuf5				{ MARGIN-LEFT: 5px }
.rbuf5				{ MARGIN-RIGHT: 5px }
.lbuf10				{ MARGIN-LEFT: 10px }
.rbuf10				{ MARGIN-RIGHT: 10px }

/* ---------- */