body, html {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
body {
	font-size: 10px;
	color: #555555;
	font-family: Arial, sans-serif;
}
/*  generic styles  */
div, form, fieldset {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 0;
	width: auto;
	position: relative;
	border: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, dl, dt, dd, table, th, td, legend , img{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 0;
	outline: none;
	width: auto;
	text-align: left;
}
object, embed  {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 0;
	outline: none;
}
h4, h5, h6, p, blockquote, li, dt, dd, th, td, input, textarea, button, option, label, legend {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height:1.6em;
}
h1, h2, h3  {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height:1.2em;
}
table  {
	border-collapse: collapse;
	border-spacing: 0 0;
}
label, input, button, textarea, legend, select, option  {
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 0;
	outline: none;
}
hr, br {
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 0;
	display: block;
}
em, strong, span, del, h6, b, a, small  {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: inherit;
	z-index: 0;
	display: inline;
	border: none;
}
button:focus, a:focus, input:focus  {
	outline: none !important;
	outline-width: 0px !important;
}
ul, ol  {
	list-style:none;
}
ul li li  {
	font-size: inherit !important;
}
ul li p  {
	font-size: inherit !important;
}
a {
	cursor: pointer;
}