/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.f01{
	font-size:18px;
	/*font-weight:bold;*/
	color:#985900;
}
.f02 {
	font-family: Arial, "新細明體", "細明體";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.f03 {
	font-family: Arial, "新細明體", "細明體";
	font-size: 12px;
	font-weight: bold;
	color: #FF9600;
}
.f04{
    font-family:Tahoma;
	font-size:14px;
	color:#985900;
}
.f05 {
	font-family: Arial, "新細明體", "細明體";
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.f04_link{
    font-family:Tahoma;
	font-size:18px;
	color:#985900;
	text-decoration: none;
}
a.style1:link { 
    color: #ff9600; 
} 
a.style1:active { 
    color: #000000;  
} 
a.style1:hover { 
    color: #000000; 
} 
a.style2:link { 
    text-decoration: none; 
    color:#777777; 
    font-size:13px;
}  
a.style2:active { 
    text-decoration: none; 
    color: #000000; 
    font-size:13px;
} 
a.style2:hover { 
    text-decoration: none; 
    color: #000000; 
    font-size:13px;
} 