/**
 * Style sheet reset
 */
html
{
	font-size:100.01%;
}

body
{
	font-size:1em;
	color:#000;
	background:#FFF;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, img, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	vertical-align:baseline;
	border:0;
	outline: 0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img, a
{
}

li
{
	list-style:none;
}

caption, th
{
	text-align:left;
}

h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
}

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