
/***************** 這個css檔專門放 中字級 的樣式, 把所有要能被改變成中字級的文字樣式都寫在這  *********************/

.titleSky{ font:15px Arial;	font-weight:bold; color:#3399FF; line-height:1.8em; }
.titleRed{ font:15px Arial;	font-weight:bold; color:#CC3300; line-height:1.8em; }
.titleWhite{ font:15px Arial;	font-weight:bold; color:#fff; line-height:1.8em; }
.titleBlack{ font:15px Arial;	font-weight:bold; color:#666; line-height:1.8em; }
.titleBlue{ font:15px Arial;	font-weight:bold; color:#1464A3;  line-height:1.8em; }



.icon_title{ margin-right:5px; }
.icon_dot{ margin-left:18px;margin-right:10px; margin-bottom:2px; }



.content{ font:12px Arial; color:#666; line-height:1.6em; }
.contentRed{ font:12px Arial; color:#CC3300; line-height:1.6em; }
.contentWhite{ font:12px Arial; color:#FFF; line-height:1.6em; }
.contentPurple{ font:12px Arial; color:#5e91ce; line-height:1.6em; padding:0 20px;}
.contentPadding{ font:12px Arial; color:#666; line-height:1.6em; padding:0 15px; }
.contentPadding2{ font:12px Arial; color:#666; line-height:1.6em; padding-left:35px; padding-right:15px; }
.contentBlack{ font:12px Arial; color:#424240; line-height:1.6em; padding:0 15px; }
.contentBlue{ font:12px Arial; color:#1464A3; line-height:1.6em; padding:0 0px; }


.titleBlack-M{ font:13px Arial; font-weight:bold; color:#666; line-height:1.6em;}
.titleBlue-M{ font:13px Arial; font-weight:bold; color:#1464A3; line-height:1.6em;}
.titleWhite-M{ font:13px Arial; font-weight:bold; color:#FFF;  line-height:1.6em;}
.titleSky-M{ font:13px Arial; font-weight:bold; color:#3399FF;  line-height:1.6em;}
.titleSkyPadding-M{ font:13px Arial; font-weight:bold; color:#3399FF;  line-height:1.6em; padding:0 15px; }
.titleRed-M{ font:13px Arial; font-weight:bold; color:#CC3300;  line-height:1.6em;}


.titleRed-S{ font:12px Arial; font-weight:bold; color:#CC3300;  line-height:1.6em;}
.titleBlack-S{ font:12px Arial; font-weight:bold; color:#555;  line-height:1.6em;}
.titleBlue-S{ font:12px Arial; font-weight:bold; color:#1464A3; line-height:1.6em;}
.titleSky-S{ font:12px Arial; font-weight:bold; color:#3399FF; line-height:1.6em;}



.contentLink{ font:12px Arial; color:#0099FF;  line-height:1.6em; text-decoration:underline;}
.contentLink a{ text-decoration:underline;}
.contentLink a:hover{ color:#000; text-decoration:none;  line-height:1.6em;}


.topLink { font-size:10px Arial; color:#999;  text-decoration:none; }
.topleLink a{ text-decoration:none;}
.topleLink a:hover{ color:#CC0000; text-decoration:underline;}


.line{ background-image:url(../../images/line.gif); background-repeat:repeat-x; line-height:7px;}
.list{
	padding:6px 10px 3px 25px;
	border-bottom:1px solid #e8e8e8;
	background:url(../../images/arrow3.gif) no-repeat 10px 10px;
}
.list a{
	font:12px Arial;
	color:#000000;
	text-decoration:none;
}
.list a:hover{
	font:12px Arial;
	color:#2985c9;
}