@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse; 
	border-spacing: 0; 
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal; 
	font-weight: normal; 
}
ol, ul, li, dd {
	list-style: none; 
}
caption,th {
	text-align: left; 
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ''; 
}
blockquote, q {
	quotes: "" "";
}
img, abbr, acronym, fieldset {
	border: 0; 
}
object, embed {
	vertical-align: top;
}
a img, img {
	border: none;
	vertical-align: bottom;
}
a {
	outline: none;
}
input[type="submit"] {
	cursor: pointer!important;
}
:focus {
	outline: 0;
}
hr {
  border: none;
  border-top: 1px solid #000;
  height: 0;
  margin: 0;
}