/* ===== css_reset_for_banners_v1.3 */
body#body {
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	color: #000 !important;
	font-size: 12px !important;
	font-family: arial, sans-serif !important;
}

body#body * {
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	box-sizing: border-box !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	line-height: 1.3 !important;
	text-align: left !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-family: arial, sans-serif !important;
	text-decoration: none !important;
	position: static !important;
	cursor: auto !important;
	
	box-shadow: none !important;
}

body#body a { cursor: pointer !important; }

body#body table { width: 100% !important; border-collapse: collapse !important; }
body#body td, body#body th { vertical-align: top !important; }