@charset "UTF-8";


* {
margin: 0;
padding: 0;
}

html, body {
	height: 100%;
}

body {
	margin:0 auto;
	padding:0;
	font-size: 82%;
	font-family: Arial,"Helvetica Neue",sans-serif;
	line-height:1.4;
}

h1, h2, h3, h4, h5, h6, address{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-family: Arial,"Helvetica Neue",sans-serif;
	margin: 0;
	padding: 0;
	line-height:1;
}

input{
	font-family: Arial,"Helvetica Neue",sans-serif;
}
textarea{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-family: Arial,"Helvetica Neue",sans-serif;
	margin: 0;
	padding: 0;
	line-height:1.3;
}

li {
	list-style-type: none;
}

a {
	color:#fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#fff;
}

p,dl,dt,dd,ul,ol,li,table{
	margin: 0;
	padding: 0;
	}
table{
	border-collapse: collapse;
	}

img{
	border:none;
}