* {
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
thead, tbody, tfoot, tr, th, td {
	position: static;
}
/*--------------------------------------------------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
html {
	position: static;
	background: #fff;
	height: 100%;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0 auto;
	height: 100%;
	min-width: 996px;
	-width: expression(document.documentElement.clientWidth < 996 ? "996px":"auto");
}

