@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	background:#FFFFFF;
	margin:0;
	padding:0;
}

body, html {
	height:100%;
}


html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
}

:focus
{
	outline: none;
}


img {
	border: none;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}


a, a:link, a:visited, input {
	outline: none;
}


.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}



