@charset "utf-8";

*{
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	color:#585858;
	list-style:none;
	font-family:Verdana;
	line-height:150%;	
}
body,p,ul,li,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,img {
	padding:0;
	margin:0;
}
img, img a {
	border:none;
}

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

/* ------------------------------------------
 clearfix
------------------------------------------ */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
    min-height:1%;  /* for IE 7*/
	}
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


