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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}

a img {
	border: 0px;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary { 
    display:block;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: circle;
}

nav ul {
    list-style:none;
    padding: 0px;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

a:focus {
	outline: 1px dotted silver;
	outline: 1px dotted rgba(0, 0, 0, .7);
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em;
	font-weight: normal;
	line-height: 1;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

p, li, blockquote, form, table {
	margin-bottom: 1em;
	font-size: 1em;
}

ol, ul, blockquote {
	padding-left: 2em;
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.frontload {
	position: absolute !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 1px !important;
	width: 1px !important;
	clip: auto !important;
	overflow: hidden  !important;
	border: 0px !important;
	outline: 0px !important;
	background: transparent !important;
	background-image: none !important;
	text-indent: 10px !important;
	font-size: 10px !important;
	color: transparent !important;
	line-height: 1 !important;
}