.tableBG {
	background-image: url(images/tableBG.jpg);
	background-repeat: repeat-y;
}
.cellContent {
	font-family: "新細明體", "細明體";
	font-size: 12px;
	color: #003300;
	padding: 10px;
	line-height: 20px;
	background-image:   url(images/bg_phoenix.jpg);
	background-repeat: no-repeat;


}
.picBorder {
	border: 5px double #006600;
}
.bg {
	background-image: url(images/bgPattern.jpg);
	background-repeat: repeat;
}
.table2sideBorder {
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.contentCht {

	font-family: "新細明體", "細明體";
	font-size: 12px;
	color: #003300;
	padding: 3px;
	line-height: 20px;
}
.linkage {


	font-family: "新細明體", "細明體";
	font-size: 12px;
	color: #003300;
	padding: 3px;
	line-height: 20px;
}
.linkage:hover {
	color: #FFFF00;
	padding: 3px;
	text-decoration: none;
	background-color: #003300;
	display: inline;
	line-height: 20px;




}
.cellContentNoBG {

	font-family: "新細明體", "細明體";
	font-size: 12px;
	color: #003300;
	padding: 0px 10px 10px;
	line-height: 20px;
}
