html{	width:100%;	height:100%;}
body {
	background-color: #EEEEEE;
	background-image: url(images/bg_00.gif);
	background-repeat: repeat-y;
	background-position: center center;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, "新細明體", sans-serif;
	font-size: 63%;
	line-height: 180%;
	margin: 0px;
	width:100%;
	height:100%;
	text-align: center;/*向下相容舊版Browser無法判別margin:0 auto的置中語法*/
	padding: 0px;
}
#wrapper{
	width:777px;
	height:100%;
	margin:0 auto;
	text-align: left;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-right: 1px;
	padding-left: 1px;
	background-color: #FFFFFF;
}
a{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover { 
color: #990000;
}
form {	margin: 0px;}
table {	border-collapse:collapse;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.required {
	vertical-align: 10%;
	color: #FF0000;
}
