* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

address, body, div, dl, dt, dd, figure, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;   
	}

ol {
	margin: 0 0 1em 15px;
	padding: 0;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

address {
	font-style:normal;
	}

button, label {
	cursor: pointer;
	}

fieldset, img {
	border: 0;
	}

iframe {
	border: none;
	overflow: hidden;
	margin: 0;
	}

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.4em;
	}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	}

sup {
	top: -0.25em;
	}
 
sub {
	bottom: -0.25em;
	}

table {
	font-size: inherit;
	margin: 1em 0 1em 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	}

td, th {
	vertical-align: top;
	}

caption, thead th, tbody th {
	text-align: left;
	}

:link,:visited {
	text-decoration: none;
	}

a:active {
	outline: none;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

input, textarea, select {
	*font-size: 100%;
	}

.clearfix:before, .clearfix:after {
	content: '';
	display: table;
	}

.clearfix:after {
	clear: both;
	}

.hide_text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}