@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

:focus {
	outline: 0;
}

img {
	border-width: 0px;
}

ol {
	list-style-type: none
}

ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	font-weight: normal;
	text-align: left;
}

th {
	font-weight: normal;
	text-align: left;
}

td {
	font-weight: normal;
	text-align: left;
}
