/* basic settings */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html{
	font-size:16px;
}
body{
	background:#fff;
	color:#000;
	font-style: normal;
	font-weight: normal;
	vertical-align:baseline;
	-webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none;
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}



/* reset */

a{
	text-decoration:none;
	color:#000;
}
menu,ul,ol{
	margin:0em;
	padding:0em;
}
li{
	margin:0em;
	padding:0em;
	list-style-type:none;
	clear:both;
}
td,th{
	font-weight:normal;
	text-align:left;
}
h1,h2,h3,h4,h5{
	margin:0em;
	font-weight:normal;
	font-size:1em;
}
img{
	display:block;
}
