body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
html {
	overflow-y: scroll;
}
p, ul, ol, li,
h1, h2, h3, h4, h5, h6,
table, input, textarea,
img {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 130%;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

a,
label {
	cursor: pointer;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0 !important;
	line-height: 0pt !important;
	font-size: 0pt;
	color: transparent;
	height: 0;
}