@charset "ISO-8859-1";

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, input {
	margin:0;
	padding:0;
 font-family:verdana, arial, helvetica, sans-serif;
 }

body {
   font-size:11px;
}
 
body {
	background:#fff;
	color:#444;
}

a span {
	font-size:1px;
	visibility:hidden;
}

a:link, a:visited {
	text-decoration:underline;
	color:#555;
}

a:hover {
	text-decoration:none;
	color:#a35;
}

a img {
	border:none;
	text-decoration:none;
}

form {
	font-size:10px;
}

form input {
	line-height:1em;
	color:#444;
}

img.float-L {
  float: left;
  margin: 0 10px 10px 0;
}

img.float-R {
  float: right;
  margin: 0 0 10px 10px;
}


.clearfix:after {
  content: ".";
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/*Hides from IE-mac ¥*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac*/
