@charset "utf-8";
/* CSS Document */
body {
	margin:0 auto;
}
img {
	vertical-align:middle;
}
a img {
	vertical-align:middle;
	border:none;
}
input {
	vertical-align:middle;
	font-size:12px;
	line-height:18px;
	color:#999;
}
body, tr, td {
	font-size: 13px;
	color: #4c4c4c;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a {
	font-size: 13px;
	color: #4c4c4c;
	text-decoration: none;
}
a:hover {
	color: #ff6886;
}
body, form {
	margin:0;
	padding:0;
}
INPUT {
	font-size: 12px;
	color: #333333;
}
TEXTAREA {
	COLOR: #666666;
}
.text12gray {
	font-size: 12px;
	color: #000;
	line-height: 160%;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.text15 {
	font-size: 15px;
	color: #0953c4;
	line-height: 165%;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.txtLink12blueul {
	font-size: 12px;
	color: #0066cc;
	line-height: 165%;
	font-style: normal;
	font-family:"新細明體", taipei, Arial, Helvetica, sans-serif
}
.txtLink12blueul A:link {
	color: #0066cc;
	text-decoration: underline
}
.txtLink12blueul A:visited {
	color: #0066cc;
	text-decoration: underline
}
.txtLink12blueul A:hover {
	color: #0066cc;
	text-decoration: underline
}


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	width:100%;
	background-color:#F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	float: left;
	margin-bottom:	1em;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:		#F2F2F2;
}
.sf-menu a {
	display:		block;
	position:		relative;
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}
