@charset "UTF-8";

*{border:0;margin:0;outline:0;padding:0;background:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font:inherit;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;text-decoration:none;vertical-align:baseline;}
html{width:100%;height:100%;}
img{vertical-align:bottom;max-width: 100%;height: auto;border:none; vertical-align:bottom;}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,pre,form,fieldset,input,textarea,blockquote,
th,td {
	margin:0;
	padding:0;
	line-height:160%;
	font-weight:normal;
	font-size:16px;
}
p
{
	margin:0 0 1em 0;
	padding:0;
	line-height:2.5;
	font-weight:normal;
	font-size:16px;
}

ul, ul li { list-style-type:none; }

table {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}

caption,th { text-align:left; }

em,address { font-style:normal; }

a { text-decoration:none; }
a,a:hover,a:visited{
    color: inherit;
}

hr { display:none; }

