body {
	margin: 0px;
	background-image: url("../images/bg.gif");
}

.index_bg {
	background-image: url("../images/bg_index.gif");
	background-repeat: repeat-x;
}

.index_bg_left {

	background-image: url("../images/bg_left.gif");
	background-repeat: repeat-y;
}

.index_bg_right {

	background-image: url("../images/bg_right.gif");
	background-repeat: repeat-y;
}



p {
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 15px;									/*行距15px*/
	font-size: 11px;									/*字級11px*/
	color: #515050;										/*文字顏色是灰色*/
}


.blue {
	font-family:"新細明體","mingliu","Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	line-height: 17px;
	color: #49626C;										/文字顏色改藍色*/
}


.copyright {											/*定義版權列的中文字樣式*/
	font-family:"新細明體", "mingliu";
	font-size: 11px;
	line-height: 18px;
}

.copyright_en {											/*定義版權列的英文字樣式*/
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	line-height: 18px;
	color: #787879;
}

.gray11 {												/*把p的樣式套用到表單中*/
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 15px;									/*行距15px*/
	font-size: 11px;									/*字級11px*/
	color: #515050;										/*文字顏色是灰色*/
}

.gray11_2 {												
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 200%;									
	font-size: 11px;									
	color: #545454;
	letter-spacing:1pt;										
}

A.link_yellow:link {
	COLOR: #515050; TEXT-DECORATION: none
}
A.link_yellow:visited {
	COLOR: #515050; TEXT-DECORATION: none
}
A.link_yellow:active {
	COLOR: #F09106; TEXT-DECORATION: none
}
A.link_yellow:hover {
	COLOR: #F09106; TEXT-DECORATION: underline! important
}

A.link_yellow_line:link {
	COLOR: #515050
}
A.link_yellow_line:visited {
	COLOR: #515050
}
A.link_yellow_line:active {
	COLOR: #F09106
}
A.link_yellow_line:hover {
	COLOR: #F09106; TEXT-DECORATION: underline! important
}


.norepeat {
	
	background-repeat: no-repeat;
}

.index_hot_norepeat {
	background-image: url("../images/index_hot_bg.jpg");
	background-repeat: no-repeat;
}

.w01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

.en_text_blue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #49626C;
}

.en_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
	
.en_title_blue {
	font-family: verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #539EAB;
}

.f001 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
.f002 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CFCFCF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
.titleshadow {
	filter: DropShadow(Color=#454545, OffX=1, OffY=1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.sitemapshadow {
	filter: DropShadow(Color=#777777, OffX=1, OffY=1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
    letter-spacing:1pt;	
}

.wordshadow {
	filter: DropShadow(Color=#E1E1E1, OffX=1, OffY=1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.p01 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #4C6092;
}
.dotline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #DFDFDF;
}
.dotlineT {

	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}