.main {
	font-family: "細明體";
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
}
.border {
	border: 1px solid #CCCCCC;
}
.textfield {
	border: 1px solid #9CA59C;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}
.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
.text2 a:visited {color:#000000;}
.text3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color:#8A041D;
}
.upborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.borderNOup {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

