* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100% ;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	color: var(--white);
	background: var(--red-dark);
}

::selection {
	color: var(--white);
	background: var(--red-dark);
}

html, body {
	width: 100% ;
	height: 100% ;
}

body {
	font-size: 14pt;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

ol, ul {
	padding-left: 2em;
}

li {
	margin: .3em;
}

blockquote {
	quotes: none;
}

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

: focus {
	outline: 0;
}

table {
	border-style: none;
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
	max-width: 100% ;
}

table td {
	padding: 2px;
	vertical-align: top;
}

img,
object,
iframe,
figure {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 50px 0 20px 0;
	padding: 0;
	line-height:1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

p {
	margin: .8em 0;
}

small {
	font-size: .85em;
}

iframe {
	max-width: 100% ;
}