@charset "utf-8";
/* CSS Reset */


html, body, p, div, ul, li, form, button, label, input, textarea, select, fieldset, legend, h1, h2, h3, h4, h5 {
	background: none;
	border: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-align: left;
	text-indent: 0;
}

