@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #005ab5;
	text-decoration: underline;
	outline:none;
	outline: none; /* for Firefox */


    hlbr:expression(this.onFocus=this.blur()); /* for IE */
	noFocusLine:expression(this.onFocus=this.blur()); /* for IE */
}
body {
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*\*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	_font-family: Geneva, Arial, Helvetica, sans-serif;
	/**/
	line-height: 1.5em;
	font-size: 13px;
}
*+html body, * html body {
	font-size: 82%; /* for WinIE 5,6,7 */
}
strong,em {
	font-weight: bold;
	font-style: normal;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear {zoom:1; clear:both;} 
/**/
form {
	margin: 0px;
	padding: 0px;
}
/**** IE：針對li及a，移除外框 ****/

li, a {
  noFocusLine:expression(this.onFocus=this.blur());
}

/**** Firefox：加上這個，就都可以了****/

:focus {
  -moz-outline-style: none;
}
