﻿@charset "utf-8";
@import url('common_style.css'); 


body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


A
{
	color: #666666;
	text-decoration: underline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
A:visited
{
	color: #666666;
	text-decoration: underline;
}
A:hover
{
	color: #333333;
	text-decoration: none;
}



TD
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}


ul {
	margin: 0px;
	padding: 0;
	list-style-image: none;
	list-style-type:none;
}
ul li {
	margin-bottom:3px;
	line-height:1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 12px;
	background-image: url('images/icon_gray_sq.gif');
	background-repeat: no-repeat;
	background-position: 2px 0.5em;
}


.Title1 {
	/*	font-family: "MingLiU", "PMingLiU"; */
	font-size: 14px;
	font-weight:500;
	color: #8D7666;
	line-height: 1.4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.Title2 {
	/*	font-family: "MingLiU", "PMingLiU"; */
	font-size: 10pt;
	color: #003366;
	font-weight: normal;
}

.Title2 a {
	color: #003366;
	text-decoration:underline;
}
.Title2 a:visited {
	color: #003366;
	text-decoration:underline;
}
.Title2 a:hover {
	color: #003366;
	text-decoration:none;
}

.Title3 {
	/*	font-family: "MingLiU", "PMingLiU", "Arial"; */
	font-size: 13px;
	font-weight:500;
	line-height: 18px;
	color: #6a4925;
}
.Title4 {
	background-image: url('TW/images/hr2.jpg');
	background-repeat: no-repeat;
	background-position: 50% bottom;	
	font-size: 12pt;
	color: #5b3181;
	height: 36px;
	padding-left: 14px;
}

#body_bg
{
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container {
	background-image: url(images/sub_bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 1000px;
}

#footer_companyInfo {
/*	font-family: "MingLiU", "PMingLiU";*/    
	font-size: 11px;
	color: #7e7258;
	padding-top: 10px;
	line-height: 1.5;
}
