﻿body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff;
	font: normal 400 14px;
	font-family: 新細明體,Arial;
}

img {
	border: 0px;
}

a {noFocusLine:expression(this.onFocus=this.blur())}	/* 隱藏超連結虛線 For IE, (F大寫)*/
:focus {-moz-outline-style: none}						/* 隱藏超連結虛線 For Firefox */


a.c:link {color:#ff6500;text-decoration:none}
a.c:visited {color:#ff6500;text-decoration:none}
a.c:hover {color:#ff6500;text-decoration:underline}

a.add:link {color:#ff6500;;text-decoration:none}
a.add:visited {color:#ff6500;text-decoration:none}
a.add:hover {color:#ffffff;text-decoration:none}


.text1 {  font-family: "Verdana, Arial, Helvetica, sans-serif, 細明體"; font-size: 9pt; color: #000000;line-height: 180%}
.text7 {  font-family: "Verdana, Arial, Helvetica, sans-serif, 細明體"; font-size: 9pt; color: #FFFFFF;line-height: 180%}

/*****
Menu Table
*****/

.menu_table 
{
	width:130px;
	/*background-color:White;*/
	table-layout:fixed;		/*FF Fixed table width*/
}

.menu_table tr td 
{
	width:130px;
	font-size:smaller;
	background-color:#011535;

	height:28px;
	border-left:3px solid #ffffff;
	border-right:3px solid #ffffff;
}

.menu_td_hr
{
	height:3px;
	font-size:3px;
}

.menu_td_top 
{
	height:3px;
	font-size:3px;
	border-top:3px solid #ffffff;
}

.menu_td_bottom
{
	height:3px;
	font-size:3px;
	border-bottom:3px solid #ffffff;
}

.menu_table tr td a { text-decoration: none }
.menu_table tr td a:link {color:#ffffff}
.menu_table tr td a:visited {color:#ffffff}
.menu_table tr td a:active {color:#ffffff}
.menu_table tr td a:hover {color:#fff100}

/*****
Footer
*****/

.foot_right {
	background: #011535;
	height: 21px;
	text-align: center;
	color: #fff;
	font: normal 400 12px;
}