@charset "UTF-8";
html {
	color: #000;
	background: #FFF;
	overflow-y: scroll;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form,  caption, input, select, textarea, p, a,
blockquote, small, sub, sup, iframe,
table, tbody, tfoot, thead, th, td, dl, dt, dd,
colgroup, col, fieldset, pre, code, form, label, button,
article, aside, canvas, figcaption, figure,
footer, header, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
	font-size :100%;
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
}
article, aside, dialog, figure, footer, header, nav, section {
	display:block;
}
a {
	text-decoration: none;
	vertical-align:baseline;
	background:transparent;
	color: #000;
}
img {
	border: 0;
	vertical-align: top;
	line-height: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	font-style: inherit;
	font-weight: inherit;
	text-align:left;
}
th {
	text-align: left;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:none;
}

input, select, textarea {
	background-color: #ffffff;
	color: #666;
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type="radio"] {
	border: 0px !important;
}
a:focus {
  outline:none;
}
hr {
	display:block;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
}
