*
{
	box-sizing: border-box;

	margin: 0;
	padding: 0;
	border: 0;

	vertical-align: top;
	line-height: inherit;

	font-family: sans-serif;

	text-transform: none;
}

html
{
	overflow: auto;
	min-height: 100%;
	line-height: 125%;
}

body 
{
 	position: relative;
 	min-height: 100%;
}

section, div, iframe
{
	position: relative;
}

h1
{
    display: block;
	font-size: 20px;
	font-weight: bold;
}

h2
{
    display: block;
	font-size: 16px;
	font-weight: bold;
}

h3
{
    display: block;
	font-size: 14px;
	font-weight: normal;
}

p
{
	font-size: 12px;
	font-weight: normal;
}

b, i, u, a, li, strong
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	color: inherit;
}

i {font-style: italic;}

u {text-decoration: underline;}

b, strong {font-weight: bold;}

a { background-color: transparent; text-decoration: none; }

button {background-color: transparent;}

button:hover {background-color: transparent;}

ul
{
	list-style-type: disc;
	padding-left: 16px;
}

li
{
	font-size: 12px;
}

textarea
{
	overflow: auto;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

tr
{
	padding: 0;
	margin: 0;
}

td
{
	width: auto;
	padding: 0;
	margin: 0;
	min-width: 0;
}

label
{
    display: block;
}

input
{
    display: block;
    width: 100%;
    border: 1px solid black;
}
