	a.btn{
		text-align: center; 
		text-decoration: none; 
		padding-top: 6px; 
		font-weight: bold; 
		cursor: pointer; 
		color: #222222; 
		font-family: 細明體, Arial; 
		font-size: 10pt; 
		width: 85px; 
		height: 29px; 
		border: 0px; 
		background:url(../images/btn.gif) no-repeat;
	}

	a.btn:hover{
		text-align: center; 
		text-decoration: none; 
		padding-top: 6px; 
		font-weight: bold; 
		cursor: pointer; 
		color: #000000; 
		font-family: 細明體, Arial; 
		font-size: 10pt; 
		width: 85px; 
		height: 29px; 
		border: 0px; 
		background:url(../images/btn.gif) no-repeat;
	}	

	.btn{
		text-align: center; 
		text-decoration: none; 
		font-weight: bold; 
		cursor: pointer; 
		color: #222222; 
		font-family: 細明體, Arial; 
		font-size: 10pt; 
		width: 85px; 
		height: 29px; 
		border: 0px; 
		background:url(../images/btn11.gif) no-repeat;
	}

	.btn2{
		text-align: center; 
		text-decoration: none; 
		font-weight: bold; 
		cursor: pointer; 
		color: #222222; 
		font-family: 細明體, Arial; 
		font-size: 10pt; 
		width: 85px; 
		height: 29px; 
		border: 0px; 
		background:url(../images/btn9.gif) no-repeat;
	}

	table.nav{
		border-bottom: 1px solid #888;
		border-right: 1px solid #888;
		border-collapse: collapse;
	}

	table.nav td{
		height: 40px;
		border-bottom: 1px dotted #888;
		border-collapse: collapse;
		cursor: pointer;
	}

	table.nav td.over{
		background:url(../images/nav_over.gif) no-repeat;
	}