@charset "utf-8";

/* -- init ----- */

	/*desiavble default style*/
	* {
		font-style: inherit;
		font-weight: inherit;
		font-variant: inherit;
		font-size: inherit;
		color: inherit;
		font-family: Verdana, Helvetica, sans_serif;
	}
	h1, h2, h3, h4, h5, h6, p {
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		font-size: 100%;
	}
	html {
		margin: 0; padding: 0;
	}
	body{
		margin: 0; padding: 0;
		background: #fff;
	}
	h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd, img, blockquote, form, fieldset /*andmore*/ {
		margin: 0; padding: 0; border: 0;
	}
	ul, ol {
		list-style: none;
	}
	li img {
		vertical-align: top;
	}
	em, strong {
		font-weight: normal;
		font-style: normal;
	}

	/*hidden elements*/
	hr { display: none; }

	#accessibility {
		position: absolute;
		top: -10000px;
	}