html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, area, map
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

html, body {
	height: 100%;
}
body {
	font-size: 100.1%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

ol {
	padding-left: 30px;
}
ul {
	padding-left: 15px;
}
dd, dt, li, ol, ul {
	list-style-position: outside;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

*:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	vertical-align: top;
}

img {
	-ms-interpolation-mode: bicubic;
}

img, input {
	vertical-align: middle;
}

textarea {
	overflow: auto;
}

.clear {
	display: block;
	float: none;
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}


