body, html {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-color: transparent;
}
/*  generic styles  */
div {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 0;
	width: auto;
	position: relative;
}

h1, h2, h3, h4, h5, h6, p, blockquote,img, a, ul, li, dl, dt, dd, table, th, td, form, fieldset, legend, object {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 0;
	outline: none;

}
h1, h2, h3, h4, h5, h6, p, blockquote, a, li, dt, dd, th, td, input, textarea, button, option, label, legend {
	font-family: Georgia, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height:1.6em;
	color: #4f3504;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	width: auto;

}
table, tbody, thead, tr, th, td  {
	border-collapse: collapse;
	border-spacing: 0 0;
}
label, input, button, textarea  {
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 0;
}
label, input, legend, select, option  {
	z-index: 0;
	outline: none;
}
hr, br {
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 0;
}
em, strong, span, del, h6, b  {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	margin: 0px;
	padding: 0px;
	line-height: inherit;
	z-index: 0;
}