/* CSS Document */

/*版面靠上對齊*/
body {
	margin: 0px;font-family: Arial, Helvetica, sans-serif;
}



/*聯結樣式(t) 字13級 顏色深藍 無底線*/
a {
	font-size: 13px;
	color:#005599;
	text-decoration: none;
	
}
a:hover {font-size: 13px;color:#663399;text-decoration: none;}

/*聯結樣式(t_d12) 字12級 顏色深藍  有底線*/
a:ta_d12{font-size: 13px;color:#005599;text-decoration: none;}
a:ta_d12:hover {font-size: 13px;color:#663399;text-decoration: underline;}


/*聯結樣式(t2) 字13級 顏色白 無底線*/
a.t2a{font-size: 13px;color:#FFFFFF;text-decoration: none;}
a.t2a:hover {font-size: 13px;color:#FFFFFF;text-decoration: none;}


/*end連結樣式１２級字連結用*/
a.t_end_12{font-size: 12px;color:#666666;text-decoration: none;	font-family: Arial, Helvetica, sans-serif;}
a.t_end_12:hover {font-size: 12px;color:#660099;text-decoration: underline;	font-family: Arial, Helvetica, sans-serif;}



/*內文樣式字10級-1*/
.a10_01 {
	font-size: 10px;color: #333333;font-weight: normal;}
.a10_02 {
	font-size: 10px;color: #666666;font-weight: normal;}
/*內文樣式字11級-1*/
.a11_01 {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
}

.a12_01 {font-size: 12px;color: #ffffff;line-height: 15px;}
.a12_02 {font-size: 12px;color: #666666;line-height: 17px;}
.a13_03 {
	font-size: 13px;
	color: #666666;
	line-height: 23px;
	font-weight: normal;
}
.a13_04 {font-size: 13px;color: #333333;line-height: 23px;}
.a13_05 {font-size: 13px;color: #000000;line-height: 23px;}

.a16_03 {font-size: 16px;color: #006699;line-height: 25px;font-weight: 700;}

.c_01 {
	border: 1px solid #CECCCC;
}

.ct_01 {border-top-width: 1px;border-top-style: solid;border-top-color: #999999;font-size: 13px;color: #666666;}

.cd_01 {border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;font-size: 13px;color: #666666;}

.cd_01r {border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #CCCCCC;font-size: 13px;color: #333333;}

.clrd_01 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CECCCC;
	border-bottom-color: #CECCCC;
	border-left-color: #CECCCC;
}

字*/
.table01 {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding-left: 2px;
	padding-top: 3px;
	
}

.d_01 {
	vertical-align: sub;
}
