/* override browser defaults */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 75%;
}
h1 {
	font-size: 1em;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	margin: 0;
}
h3 {
	font-size: 1em;
	margin: 1.4em 0 0;
}
h4 {
	font-size: 1em;
	margin: 0;
}
h5 {
	font-size: 1em;
	margin: 0;
}
h6 {
	font-size: 1em;
	margin: 0;
}
p,
li {
	line-height: 1.2;
}
p {
	font-size: 1em;
	margin: 0.5em 0 0.9em;
}
li > p {
	margin-top: 0.2em;
}
ol, ul {
	margin: 0.2em 0 0.1em 0;
	padding-left: 0;
}
img {
	border: 0 none;
}
td {
	text-align: center;
}
form,
button,
input,
select,
textarea {
	margin: 0;
}
button {
	overflow: visible;
	padding: 0 6px;
} /* fixes IE<=7 magic padding and aligns it with other browsers */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

a,
a:visited {text-decoration: none;}

.slide {
	position: absolute;
	top: 0;
	left: 0;
}
.floatL {float: left; _display: inline;}
.floatR {float: right; _display: inline;}

.easyC {
	zoom: 1;
}
.easyC:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.text-off {
	position: absolute;
	left: -9999px;
}

.hide {
	display: inline;
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	width: 0;
	height: 0;
}

.absT {
	position: absolute;
	top: 0;
}
.absB {
	position: absolute;
	bottom: 0;
}
.absL {
	position: absolute;
	left: 0;
}
.absR {
	position: absolute;
	right: 0;
}
