/*-----------------------------------------------
 RESET CSS
 -----------------------------------------------*/
 
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	line-height:normal;
	font-size: 12px;
}

img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	text-decoration: underline;
	color: #990066;
	text-align: left;
} 

.clear {
	clear: both;
}
.clearfix:after {
  content: ".";  /*new*/
  display: block;  /*block*/
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
