@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, table {
	margin: 0px;
	padding: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	line-height:normal;
}

body {
	color: black;
	background: white;
	font: normal 0.8em Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

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

fieldset, img {
	border: none;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0px;
}

hr {
	height: 1px;
	background-color: black;
	border:none;
	margin:0px;
}
