@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0px;	
	background-color: #ffffff;
	background-position : top;
	background-attachment : auto;
	font-family: "微軟正黑體"; 
} 
table{
	border:0;
	margin:0;
	border-collapse:collapse;	
}
table td{
	padding:0;
}
#index{
	background-image : url(../images/bk.jpg);
	background-repeat : repeat-x;
}
#top {	
	width: 100%; 
	margin: 0px; 
}
#mid {
	width: 100%;
	margin-top: 5px; 
} 
#bottom {
	width: 100%;
	margin-top: 20px; 
} 
.inmain{
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
}
.red {
	color: #FF0000;
}
.green {
	color: #72a00c;
	font-size:9pt;
	letter-spacing : 1px;
	line-height:12pt;
}