.bg {
	background-attachment: fixed;
	background-color: #FFFFFF;
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
	scrollbar-face-color:#CCCCCC;
	scrollbar-track-color:#EFEFEF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-3dlight-color:#CCCCCC;
}

.td0 {
	background-attachment: fixed;
	background-color: #989DA5;
}

.td1 {
	background-attachment: fixed;
	background-color: #ECECEC;
}

.td2 {
	background-attachment: fixed;
	background-color: #F6F6F6;
}

.td3 {
	background-attachment: fixed;
	background-color: #FFFFFF;
}

A:link, A:visited, A:active {
	color:#3366CC;
	text-decoration:underline;
}

A:hover {
	color:#0000FF;
	text-decoration:underline;
}

.title {
	font-family: "新細明體", "細明體";
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.text {
	font-family: "新細明體", "細明體";
	font-size: 10pt;
	line-height: 140%;
	color: #666666;
}

.textMarquee {
	font-family: "新細明體", "細明體";
	font-size: 10pt;
	color: #9966FF;
}

.copyright {
	font-family: "Arial", "sans-serif";
	font-size: 8pt;
	color: #666666;
}

.imgBorder {
	border: solid;
	border-color: #000000;
}