@charset "utf-8";
/* CSS Document */

/*--------------- Global Reset Start ------------------*/



body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td{
	margin:0px;
	padding:0px;
	border:0px;
	outline:none;
}


:focus {
	outline: none;
	outline: 0;
}

strong {
	font-weight: bold;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


