.plantable {
	border: 1px solid #999999;
}
.plantitle {
	border: 1px solid #FFCC66;
}
body {
	background-color: #FFCC99;
	font-family: "細明體", "新細明體", "taipei";
	font-size: 12pt;
	color: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
td {
	font-family: "細明體", "新細明體", "taipei";
	font-size: 12pt;
	color: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.dotline {
	border-top: 1px none #FFCC00;
	border-right: 1px none #FFCC00;
	border-bottom: 1px dotted #FFCC00;
	border-left: 1px none #FFCC00;
}
.title {
	font-family: "Arial";
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.smallfont {
	font-family: "Arial";
	font-size: 10px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.errmsg {
	color: #FF0000;
}
.heading {
	font-weight: bold;
	color: #000066;
}