	a:link { color: #003366; text-decoration: none; }
	a:visited { color: #003366; text-decoration: none;}
	a:hover { color: #0099CC; text-decoration: underline;} 
	a:active { color: #006699; text-decoration: none; }     

body,td{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #555555;
	line-height: 150%;
  }	
/*-----------------------按鈕類設定----------------------------------------------------*/
/*Submenu*/
#submenu {
	width: 130px;
}
#submenu td {
       font-weight:bold;	
}
#submenu  a:link, #submenu a:visited  {
	height:32px;
	line-height:31px;
	display: block;
	font-weight:bold;
	font-size:12px;
	font-family: Arial,新細明體,Verdana, Sans-serif;
	padding: 0px 0px 0px 25px;/* 字往右縮25px */
	/*background: url(images/bg_submenu.jpg) top left no-repeat;*/
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#submenu  a:hover, #submenu span {
	display: block;
	height:32px;
	line-height:31px;/* hover時字的高度位置 */
	font-size:12px;
	font-family: Arial,新細明體,Verdana, Sans-serif;	
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	background: url(images/bg_submenub.jpg) top left no-repeat;
	color: #003366;
}

/*文字類設定------------------------------------------------------------------------*/

.tt_01 {
	font-family:Arial, 新細明體, Helvetica, sans-serif, Verdana ;
	font-size: 16pt;
	font-weight: bold;
	color: #003366;
	}	
.tt02 {
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
	padding: 0;
}
.tt03 {
	font-size: 10pt;
	font-weight: bold;
	color: #0099CC;
}
.blue {color: #003399}	
.Red {color: #990000;}
.Red2 {color: #FF3300;}


/*產品導覽按鈕設定*/
.spec table{
	border:0px;

}
.spec td{
	margin:0;
	padding:0;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom: 1px;
	border-bottom-style: solid;	
	border-bottom-color: #CCCCCC;
	background-color:#CCCCCC;
	height:30px;
	text-align:center;
	
}
.spec a:link, spec a:visited{
}
.spec a:hover, spec a:active{
	color:#99FFFF;
	background-color:#003366;
}

/* From Inputarea Start Here */

.inputText    { 
font-family: Verdana, 新細明體, Arial, Sans-serif; 
font-size: 9pt; 
line-height: 1.2em; 
color : #406784; 
border: 1px solid #7F9DB9; 
background-color: #ffffff;
}
.inputBotttn  { 
font-family: Verdana, 新細明體, Arial, Sans-serif; 
font-size: 10pt; 
font-weight:bold;   
color : #003366; 
border: 1px solid #EDF1F2; 
background:url(images/btn_submit.jpg) top left no-repeat;  
height:34px; 
width:84px; 
padding-left:2px;
}
.inputSelect  { 
font-family: Verdana, 新細明體, Arial, Sans-serif; 
font-size: 10pt; 
line-height: 1.2em; 
border: 1px solid #7F9DB9;
}
	
/*圖片設定，沒有使用到，以寫入樣板檔。*/
.bgg {
	background-attachment: fixed;
	background-image: url(../images/bg_ver.jpg);
	background-repeat: no-repeat;
	background-position: left top;}
.imgbg {
	background-attachment: fixed;
	background-image: url(images/img_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;}
.imgjob {
	background-attachment: fixed;
	background-image: url(tc/images/img_job1_03.jpg);
	background-repeat: repeat-x;
	background-position: left top;}
.imgjobb {
	background-attachment: fixed;
	background-image: url(tc/images/img_job2_03.jpg);
	background-repeat: repeat-x;
	background-position: left top;}
.bg_msg{
	background-image:url(tc/images/msgtt_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
	


/*Spec表格設定 ------------------------------------------------------------------------------*/
.TBL{
	border: 1px;
	border-collapse: collapse;
	border-color: #666699;
	background-color: #666666;
	border-style: solid;
     }
.TBL td{border: 1px solid #BBBBBB;background-color:#EFEFEF;color:#666699;}
.TBL td.row{background-color:#DDDDDD;color:#336699;}
.TBL td.altrow{background-color:#EEEEEE;color:#5588AA;}

hr{
	border: none;
	background-color: #00FFFF;/*   */
	color: #006699;/* border若為none，將看不到color的顏色  */
	width: 100%;
	height: 1px;
  }
