@charset "utf-8";
html {
	overflow-y:scroll;
}
div, p {
	margin-top:0;
	margin-bottom:0;
	margin-right:auto;
	margin-left:auto;
}
pre, ul, ol, dl, dt, dd, hr,
address, form, blockquote, noscript {
	line-height: 1.5em;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
}
em, strong, q, dfn, code, samp,
kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 1em;
	margin : 0px;
	padding: 0px;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	text-align:center;
}
img {
	border: none;
}
ul, li , ol, dl, dt, dd  {
	list-style-type: none;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
ul img,
dl img,
ol img,
object, embed {
	vertical-align: bottom;
}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
display: block
}