@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background: #ffffff;
}

body a:link {
	text-decoration: none;
	color: #000000;
}

body a:visited {
	text-decoration: none;
	color: #000000;
}

body a:hover {
	text-decoration: none;
	color: #000000;
}

.imgover {
	border: 0px;
}

img {
	border: none;
}

img a:link {
	border: none;
}

img a:visited {
	border: none;
}

img a:hover{
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
