/* Common CSS */
body, h1, h2, h3, h4, h5, h6, p {font-family: arial,STHeiti,"Microsoft JhengHei",pmingliu,sans-serif !important;}
body, td, input, select, div, p {font-family: arial,STHeiti,"Microsoft JhengHei",pmingliu,sans-serif !important;}
* {padding:0; margin:0; }
img {border:0;}
p {margin:0 0 15px 0; }
table {border:0; }
table tr td {
	vertical-align:top;
	font-family:arial,STHeiti,"Microsoft JhengHei",pmingliu,sans-serif;
	color:#666;
	line-height:1.3;
}
a {}
a:link , a:visited {color:#EE9C3A; text-decoration:none;}
a:hover , a:active {color:#EE9C3A; text-decoration:none;}
body {
	color:#666;
	font-family:arial,STHeiti,"Microsoft JhengHei",pmingliu,sans-serif;
	margin: 0;
	line-height:1.3;
	background-image:url(../images/tnc_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	overflow-x:hidden;
}
.clear { clear:both; height:1px; overflow:hidden; }
ul { margin:10px 0 10px 18px; }
ol { margin:10px 0 10px 25px; }
/* END Common CSS */


html {
	overflow-x:hidden;
}
.container {
	margin:0 auto;
	font-size:12px;
	text-align:justify;
	overflow-x:hidden;
}
.container_inner {
	padding:10px 30px 10px 10px;
	overflow-x:hidden;
}
h1 {
    color: #EE9C3A;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
	margin-bottom:15px;
}
.separator {
	background-color:#CCCCCC;
	height:1px;
	overflow:hidden;
	margin:25px 0;
}