﻿a { color: #669900; text-decoration: none; }
a:hover { color: #FF9900; }
blockquote { 
	margin-top: 0px; 
	margin-bottom: 12px;
	margin-right: 0px; 
}
ol { 
	margin-top: 0px; 
	margin-bottom: 9px;
	list-style-type: decimal; 
}
ul { 
	margin-top: 0px; 
	margin-bottom: 9px; 
	list-style-type: square; 
}
li { padding: 0px 0px 6px; }
textarea { font-size: 10pt; }

.word04 { font-size: 4pt; }
.word06 { font-size: 6pt; }
.word08 { font-size: 8pt; }
.word09 { font-size: 9pt; }
.word10 { font-size: 10pt; }
.word11 { font-size: 11pt; }
.word12 { font-size: 12pt; }
.word14 { font-size: 14pt; }
.word16 { font-size: 16pt; }

.main_link { color: #FFFFCC; }
a.eng { 
	color: #80B5B5; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none; 
}
a.eng:hover { color: #FFCC00; }
a.m_ln { 
	color: #FFFFCC; 
	font-size: 10pt; 
	text-decoration: none; 
}
a.m_ln:hover { color: #FFCC00; }
.left_bar { padding-bottom: 12px; }
.menu { 
	font-size: 11pt; 
	color: #80B5B5; 
}
.menu .tit { 
	padding: 6px 0px 12px; 
	color: #184F4F; 
	font-weight: bold; 
}
.menu a { 
	padding: 6px 0px 6px; 
	display: block; 
	color: #FFFFFF; 
	background-color: transparent; 
	text-decoration: none; 
}
.menu a:hover { 
	color: #80B5B5; 
	background-color: #184F4F; 
}
.sub_link_m { border-bottom: #CDD397 1px solid; padding: 6px 0px 3px 4px; }
.sub_link { line-height: 18px; }
.sub_link a { color: #CC0000; text-decoration: none; }
.sub_link a:hover { color: #009900; }
.cont { padding: 12px 0px 0px; }
p.tit1 { 
	color: #000000; 
	font-size: 12pt; 
	font-weight: bold; 
	background-image: URL("../images/icon-1.gif"); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	padding: 0px 0px 0px 23px; 
	margin-bottom: 12px; 
}
p.tit2 { 
	color: #4C8080; 
	font-size: 13px; 
	font-weight: bold; 
	background-image: URL("../images/icon-2.gif"); 
	background-repeat: no-repeat; 
	background-position: 6px 4px; 
	padding: 4px 0px 0px 24px; 
	margin-top: 3px; 
	margin-bottom: 9px; 
}
.cur_path { color: #184F4F; font-family: Verdana; font-size: 9pt; font-weight: bold; padding-right: 13px; }
.cur_path a { color: #184F4F; font-size: 8pt; font-weight: normal; text-decoration: none; }
.cur_path a:hover { color: #FFFFFF; }
td.login { padding-left: 62px; }
td.blank_bg2 { 
	padding: 12px 0px 0px; 
	background-image: URL("../images/AboutUs02.jpg"); 
	background-repeat: no-repeat; 
	background-position: bottom right; 
}

/* Table */
.table_1 { 
	font-size: 10pt; 
	font-family: Arial; 
	border-collapse: collapse; 
	border: #A3A3A3 1px solid; 
}
.table_1 td.title_line {
	color: #003366; 
	font-size: 9pt; 
	font-weight: bold; 
	background-color: #DCE1E9; 
	border-width: 1px; 
	border-style: solid;
	border-color: #CCCCCC; 
	padding: 3px 3px 2px;
}
.table_1 tr.title_line td {
	color: #003366; 
	font-size: 9pt; 
	font-weight: bold; 
	background-color: #DCE1E9; 
	border-width: 1px; 
	border-style: solid;
	border-color: #CCCCCC; 
	padding: 3px 3px 2px; 
}
.table_1 tr.hi_line td { 
	color: #333333; 
	background-color: #EEEEEE; 
	border-width: 1px; 
	border-style: solid;
	border-color: #CCCCCC; 
	padding: 3px 3px 2px; 
}
.table_1 td.hi_line { 
	color: #333333; 
	background-color: #EEEEEE; 
	border-width: 1px; 
	border-style: solid;
	border-color: #CCCCCC; 
	padding: 3px 3px 2px; 
}
.table_1 td.nhi_line { 
	color: #333333; 
	background-color: #EEEEEE; 	
	border-color: #CCCCCC; 
	padding: 3px 3px 2px; 
}
 
.table_1 td { 
	color: #000000; 
	background-color: #FFFFFF; 
	border-width: 1px; 
	border-style: solid;
	border-color: #CCCCCC; 
	padding: 3px 3px 2px; 
}
.table_1 td table tr td { 
	border-width: 0px; 
}
.table_1 td a { color: #669900; }
.table_1 td a:hover { color: #FF9900; }


/* Button */
.btn_mouse_out
{
   /*cursor: hand;*/
   cursor: pointer;
   font-size: 10pt;
   color: #FFFFFF;
   padding-top: 2px;
   padding-left: 6px;
   padding-right: 6px;
   height: 24px;
   text-align: center;
   border-collapse: collapse;
   border-top: 2px groove #FFFFFF;
   border-left: 2px groove #FFFFFF;
   border-right: 2px groove #999999;
   border-bottom: 2px groove #999999;
   background-color: #9999CC;
}
.btn_mouse_over
{
   /*cursor: hand;*/
   cursor: pointer;
   font-size: 10pt;
   color: #3C593C;
   padding-top: 2px;
   padding-left: 6px;
   padding-right: 6px;
   height: 24px;
   text-align: center;
   border-collapse: collapse;
   border-top: 2px groove #FFFFFF;
   border-left: 2px groove #FFFFFF;
   border-right: 2px groove #999999;
   border-bottom: 2px groove #999999;
   background-color: #FFE680;
}
.btn_mouse_down
{
   /*cursor: hand;*/
   cursor: pointer;
   font-size: 10pt;
   color: #FFFFFF;
   padding-top: 2px;
   padding-left: 6px;
   padding-right: 6px;
   height: 24px;
   text-align: center;
   border-collapse: collapse;
   border-top: 2px groove #999999;
   border-left: 2px groove #999999;
   border-right: 2px groove #FFFFFF;
   border-bottom: 2px groove #FFFFFF;
   background-color: #D5AA00;
}

/* imformation border table */
td.bd-lt {
	width: 10px; 
	height: 10px; 
	font-size: 2px; 
	background-image: URL("../images/border-lt.gif"); 
	background-repeat: no-repeat; 
	background-position: left top; 
}
td.bd-t {
	height: 10px; 
	font-size: 2px; 
	background-image: URL("../images/border-t.gif"); 
	background-repeat: repeat-x; 
}
td.bd-rt {
	width: 10px; 
	height: 10px; 
	font-size: 2px; 
	background-image: URL("../images/border-rt.gif"); 
	background-repeat: no-repeat; 
	background-position: right top; 
}
td.bd-l {
	width: 10px; 
	font-size: 2px; 
	background-image: URL("../images/border-l.gif"); 
	background-repeat: repeat-y; 
}
td.bd-m {
	background-color: #F6F6F6; 
	padding: 6px 6px 6px; 
}
td.bd-r {
	width: 10px; 
	font-size: 2px; 
	background-image: URL("../images/border-r.gif"); 
	background-repeat: repeat-y; 
}
td.bd-lb {
	width: 10px; 
	height: 10px; 
	font-size: 2px; 
	background-image: URL("../images/border-lb.gif"); 
	background-repeat: no-repeat; 
	background-position: left bottom; 
}
td.bd-b {
	height: 10px; 
	font-size: 2px; 
	background-image: URL("../images/border-b.gif"); 
	background-repeat: repeat-x; 
	background-position: 2px bottom;
}
td.bd-rb {
	width: 10px; 
	height: 10px; 
	font-size: 2px; 
	background-image: URL("../images/border-rb.gif"); 
	background-repeat: no-repeat; 
	background-position: left bottom; 
}

/* ?��?增�??�份*/

A.trash
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(..\images\trash.gif);
    WIDTH: 11pt;
    BACKGROUND-REPEAT: repeat;
    HEIGHT: 11pt
}
A.trash:hover
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(..\images\trashh.gif);
    WIDTH: 11pt;
    BACKGROUND-REPEAT: repeat;
    HEIGHT: 11pt
}
A.ddisable_left_menu
{
    BORDER-RIGHT: black 0px solid;
    BORDER-TOP: black 0px solid;
    PADDING-LEFT: 38px;
    FONT-SIZE: 11pt;
    BORDER-LEFT: black 0px solid;
    WIDTH: 130px;
    CURSOR: default;
    COLOR: #cccccc;
    LINE-HEIGHT: 14pt;
    PADDING-TOP: 6px;
    BORDER-BOTTOM: #cccccc 1px solid;
    HEIGHT: 27px;
    TEXT-DECORATION: none
}
A.ddisable_left_menu:hover
{
    BORDER-RIGHT: black 0px solid;
    BORDER-TOP: black 0px solid;
    PADDING-LEFT: 38px;
    FONT-SIZE: 11pt;
    BORDER-LEFT: black 0px solid;
    WIDTH: 130px;
    CURSOR: default;
    COLOR: #cccccc;
    LINE-HEIGHT: 14pt;
    PADDING-TOP: 6px;
    BORDER-BOTTOM: #cccccc 1px solid;
    HEIGHT: 27px;
    TEXT-DECORATION: none
}
A.disable_left_menu
{
    BORDER-RIGHT: black 0px solid;
    BORDER-TOP: black 0px solid;    
    BORDER-LEFT: black 0px solid;    
    CURSOR: default;
    COLOR: #cccccc;    
}
A.disable_left_menu:hover
{
    BORDER-RIGHT: black 0px solid;
    BORDER-TOP: black 0px solid;     
    BORDER-LEFT: black 0px solid;    
    CURSOR: default;
    COLOR: #cccccc;
    
}
A.sortby
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(..\images\sort.gif);
    WIDTH: 12pt;
    HEIGHT: 12pt
}
A.sortby:hover
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(..\images\sort.gif);
    WIDTH: 12pt;
    HEIGHT: 12pt
}
