@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
html {
	margin-bottom: 1px;
	overflow-y: scroll;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
a {
	text-decoration: none;
	outline-style: none;
}
ul, li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}