/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span,img,
dl, dt, dd, ol, ul, li,
table,tr, th, td,
form,input,{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font-family:"微軟正黑體", Verdana, Geneva, sans-serif;
}
html {
	height:100%;
}
body {
	font-family:"微軟正黑體", Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	height:100%;
}
ul {
	list-style: none;
}
table, tr, td {
	font-family:"微軟正黑體", Verdana, Geneva, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
table {
	table-layout:fixed;
}
th {
	font-weight: normal;
}
img {border-width: 0;
}
