b { font-size: 10px; line-height: 13px }
font { font-size: 12px; line-height: 16px }
u { font-size: 10px; line-height: 12.5px; text-decoration: none }
#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#container td{
	font-size: 12px;
	line-height: 125%;
}
#main {
	padding-right: 30px;
	padding-left: 40px;
	text-align: left;
	padding-bottom: 30px;
	zoom: 1;
	width: 620px;
}
.green {
	color: #669900;
}
.gray {
	color: #999999;
}
.red {
	color: #CC3300;
}

img {
	vertical-align: bottom;
}


/* =========== IE用印刷設定CSS =========== */ 

@media print{

body {
_zoom: 90%; /*WinIE only */
}
}

