/* CSS Document */

/* warm tag */
.warm_tag {
	font-size: 12px;
	line-height: 21px;
	color: #8D4CA0;
    font-weight:bold;  
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
}
a.warm_tag:hover{text-decoration: none;
font-weight:bold;
	color: #ff6600;}

/* 帶底線，滑過無線 */
/* 灰色12級，帶底線，滑過無線 */
.grey12_line {
	font-size: 12px;
	line-height: 21px;
	color: #575757;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.grey12_line:hover{text-decoration: none;}

/* 紫色12級*/
.amethyst {
	font-size: 12px;
	line-height: 21px;
	color: #9C499C;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.amethyst:hover{text-decoration: none;}

/* 橘色12級*/
.orange12 {
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.orange12:hover{text-decoration: none;}

/* 橘色12級，行高21 */
.orange12_21h {
	font-size: 12px;
	line-height: 21px;
	color: #ff6600;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.orange12_21h:hover{text-decoration: none;}

/* 不帶底線，滑過有線 */
/* 灰色12級 */
.grey12 {
	font-size: 12px;
	line-height: 21px;
	color: #575757;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.grey12:hover{text-decoration: underline;}

/* 白色12級*/
.white12 {
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.white12:hover{text-decoration: underline;}

/* 綠色12級*/
.green12 {
	font-size: 12px;
	line-height: 21px;
	color: #738E10;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.green12:hover{text-decoration: underline;}

/* 左焦專用15級+粗*/
.left_top {
	font-size: 15px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.left_top:hover{text-decoration: none;}

/*首頁8塊的大標題CSS，全帶底線，滑過無線*/
.right_8_1 {
	font-size: 15px;
	font-weight: bold;
	color: #E70A21;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.right_8_1:hover{text-decoration: none;}
.right_8_2 {
	font-size: 15px;
	font-weight: bold;
	color: #AF3700;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.right_8_2:hover{text-decoration: none;}
.right_8_3 {
	font-size: 15px;
	font-weight: bold;
	color: #829B0B;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.right_8_3:hover{text-decoration: none;}
.right_8_4 {
	font-size: 15px;
	font-weight: bold;
	color: #363636;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.right_8_4:hover{text-decoration: none;}
.right_8_5 {
	font-size: 15px;
	font-weight: bold;
	color: #925DA0;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.right_8_5:hover{text-decoration: none;}
.right_8_6 {
	font-size: 15px;
	font-weight: bold;
	color: #3C8088;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.right_8_6:hover{text-decoration: none;}
.right_8_7 {
	font-size: 15px;
	font-weight: bold;
	color: #00AAB4;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.right_8_7:hover{text-decoration: none;}
.right_8_8 {
	font-size: 15px;
	font-weight: bold;
	color: #00ABE7;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.right_8_8:hover{text-decoration: none;}

