@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}
.Text {
	font-family:  "微軟正黑體", "新細明體";
	font-size: 13px;
	color: #9C6A25;
	font-weight: normal;
}

.BigText {
	font-family:  "微軟正黑體", "新細明體";
	font-size: 17px;
	color: #9C6A25;
	font-weight: bold;
}

.Redtext {
	font-family:  "微軟正黑體", "新細明體";
	color: #FF0000;
	font-size: 13px;

}

.HeoghLight {
	font-family:  "微軟正黑體", "新細明體";
	font-size: 13px;
	color: #9C6A25;
	font-weight: bold;
}
.Title {
	font-family:  "微軟正黑體", "新細明體";
	font-size: 15px;
	color: #9C6A25;
	font-weight: bold;
}

.Administration {
	font-family:  "微軟正黑體", "新細明體";
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;

}
.Photo {
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6B3906;
	border-bottom-color: #6B3906;
}
.PhotoTable {
	padding-bottom: 10px;
}


.InputBox{
	font-family:  "微軟正黑體", "新細明體";
	font-size: 15px;
	color: #9C6A25;
	font-weight: bold;
	background-color: #FFDF61;
	border: 2px solid #FF9900;
	height: 25px;
	width: 150px;
}

.InputBotton{
	font-family:  "微軟正黑體", "新細明體";
	font-size: 15px;
	color: #9C6A25;
	font-weight: bold;
	background-color: #FFDF61;
	border: 2px solid #FF9900;
	height: 25px;

}


