* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	letter-spacing: normal;
}
h1,h2,h3,h4,h6,div,td,span
{
	font-family:Microsoft JhengHei, Microsoft YaHei, Apple LiGothic Medium, Georgia, "Times New Roman", Times, serif;
	line-height:normal;	
	font-size:15px;
}

h5{

    margin-top:18px;
    color: #e20017;
}

img {
	border: none;
}

.newPage { 
	page-break-before: always; 
}

　/*
 table {
	border: none;
	empty-cells: show;
}

th,td {
	border: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
*/

.clear {
	clear:both;
}

.buttons {
	cursor: pointer;	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
}

html, body {
	height: 100%;
}

a {
	outline:0 none;
	border:none;
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;	
}
.clear {
	width:100%;
	height:15px;
	clear:both;
}

hr {
	border:none;
	border-bottom:solid 1px #afafaf;
}
