@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, address, form{
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
}

html {
	overflow-y:scroll;
	font-size:62.5%;
}

html,body{
	height:100%;
}

body{	
	font-size:100%;
}

p{
	font-size:1.2em;
}

li{
	list-style-type: none;
}

img{
	border:0;
	vertical-align:top;
}

table{
	border-collapse:collapse;
}

td,th{
	vertical-align:top;
}

th{
	text-align:left;
}



