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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html, body {

	height: 100%;
}

html {

	font-size: 100.01%;
}

body {

	background: white;
	font: normal 0.75em/130% Tahoma, sans-serif; /* 12 pixels */
}

:focus {

	outline: 0;
}

a {
	
	text-decoration: underline;
}

a:hover {
	
	text-decoration: none;
}

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

ol, ul {

	list-style: none;
}

table {

	border-collapse: collapse;
	border-spacing: 0;
}

ins {

	text-decoration: none;
}

caption, th, td {

	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {

	content: "";
}

blockquote, q {

	quotes: "" "";
}

img {
	
	vertical-align: top;
}

input {
	
	vertical-align: middle;
}

.clearing {

	clear: both;
	height: 0;
	overflow: hidden;
	zoom: 1;
}

.self-clearing {
	
	zoom: 1;
}

.self-clearing:after {
	
	display: block;
	content: ".";
	height: 10px;
	background: red;
	clear: both;
	overflow: hidden;
}

.hidden {
	
	display: none !important;
}