/* CSS Document */

/* RESET */
body {
	margin:0px;
	padding:0px;
	font-size:62.5%;
	line-height:1.2;
}
form, ul, ol, li, fieldset, h1, h2, h3, h4, h5, h6 {
	list-style:none;
	padding:0;
	margin:0;
}
img {
	border:0;
}
fieldset {
	border:0;
}

.clear {
	clear:both;
}

a {
	outline:none;
	text-decoration:none;
	text-transform:none;
}
a:visited {
	outline:none;
	text-decoration:none;
	text-transform:none;
}
a:active {
	outline:none;
	text-decoration:none;
	text-transform:none;
}
