/* !Basic */

* {
	vertical-align: top;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: inherit;
	font-weight: inherit;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: black;
	text-decoration: none;
}

img {
	border: none; /* FF */
}


/* !Lists */

ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0; /* IE */
	padding-left: 0;
	list-style: none;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
}

dd {
	margin-left: 0;
}


/* !Forms */

form {
	margin-bottom: 0;
}

fieldset {
	margin-right: 0;
	margin-left: 0;
	border: none;
	padding: 0;
}

input, button {
	vertical-align: top;
	margin: 0;
	border: none;
	background-color: transparent;
	padding: 0;
	font: inherit;
}

textarea {
	vertical-align: top;
	margin: 0;
	border: none;
	font: inherit;
}

select {
	margin: 0;
	border: none;
	font: inherit;
}


/* !Tables */

table {
	border-collapse: collapse;
}

th {
	padding: 0;
	font-weight: inherit;
	text-align: left;
}

td {
	padding: 0;
}


/* !Misc */

address {
	font-style: inherit;
}

blockquote {
	margin: 0;
}

/*
cite {
	font-style: inherit;
}
*/

/*
code {
	font: inherit;
}
*/

/*
del {
	text-decoration: inherit;
}
*/

/*
em {
	font-style: inherit;
}
*/

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

/*
ins {
	text-decoration: inherit;
}
*/

/*
kbd {
	font: inherit;
}
*/

object {
	vertical-align: top;
}

pre {
	margin-top: 0;
	margin-bottom: 0;
	font: inherit;
}

q:before, q:after {
	content: '';
}

/*
samp {
	font-size: inherit;
	font-family: inherit;
}
*/

/*
strong {
	font-weight: inherit;
}
*/

/*
sub {
	vertical-align: top;
	font-size: inherit;
}
*/

/*
sup {
	vertical-align: top;
	font-size: inherit;
}
*/

/*
tt {
	font-size: inherit;
	font-family: inherit;
}
*/

/*
var {
	font-style: inherit;
}
*/