@charset "utf-8";
/* css reset file */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #000;
	outline: 0;
	border: 0;
	border-collapse: collapse;
	border-color: #000;
	border-style: solid;
	border-spacing: 0;
	line-height: normal;
	vertical-align: top;
	z-index: 1;
}

img {	behavior: url(iepngfix.htc); }
