@charset "utf-8";

*
	{
		margin: 0;
		padding: 0;
		text-decoration: none;
		outline: none;
		vertical-align: baseline;
	}

	html
	{
		height: 100%;
		margin-bottom: 1px;
	}

	code, kbd, samp, pre, tt, var, textarea, input, select, isindex  { font: inherit; }
	dfn, i, cite, var, address, em { font-style: normal; }
	th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
	a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }

	table
	{
		border-collapse: collapse;
		border-spacing: 0;
	}

	caption, th, td, center
	{
		text-align: left;
		vertical-align: top;
	}

	body
	{
		line-height: 1;
		background-color: #fff;
		color: #000;
	}

	q { quotes: "" ""; }
	ul, ol, dir, menu { list-style: none; }
	a
	{
		color: inherit;
		cursor: pointer;
	}

	font
	{
		color: inherit !important;
		font: inherit !important;
		color: inherit !important;
	}