@charset "utf-8";

/*
-------------------------------------------------------
	Reset Stylesheet
---------------------------------------------------------
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, main,
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%;
	line-height:1em;
	text-size-adjust: 100%;
    vertical-align:baseline;
    background:transparent;
    background-color:transparent;
	font-smoothing: antialiased;
	text-rendering: auto;
	-webkit-text-size-adjust: none;
}

html {
	width:100%;
	height:100%;
	}

body {
	width:100%;
	height:100%;
    line-height:1em;
	}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { 
	display:block;
	}

nav ul {
    list-style:none;
	}

blockquote, q {
    quotes:none;
	}

blockquote:before, 
blockquote:after,
q:before,
q:after {
    content:'';
    content:none;
	}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    font-style:italic;
    font-weight:bold;
	}

del {
    text-decoration: line-through;
	}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
	}


/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
	}

input, select {
    vertical-align:middle;
	}

table {
	border:0;
	border-collapse: collapse;
	border-spacing: 0;
	line-height:1em;
	}

td, th, pre, div, p { 
	text-align:left;
	line-height:1em;
	vertical-align:top;
	}
div, p {
	display:block;
	}

img {
 	margin:0px; 
	padding:0px;
	border: 0px;
	vertical-align: top;
	font-size:0;
	line-height:1em;
	-ms-interpolation-mode: bicubic;
	}

h1, h2, h3, h4, h5 {
    margin:0; 
	padding:0;
	line-height:1em;
	letter-spacing:0.1em;
	}

ol, ul, li {
    margin:0; 
	padding:0;
	line-height:1em;
	list-style: none;
	list-style-type:none;
	}

form, input, select, option, textarea {
	margin:0; 
	padding:0;
	line-height:1em;
	vertical-align:middle;
	}

button {
	margin:0; 
	padding:0;
	background:none;
	border:0;
	vertical-align:middle;
	}

label {
	display:block;
	margin:0;
	padding:0;
	}

br { 
	letter-spacing:0;
	}

