@charset "utf-8";
/**/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.1%;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:1px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100.1%;
	font-weight: normal;
}
ol, ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
fieldset, img {
	border-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0px;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}