@charset "utf-8";

/************************************************
	reset.css
*************************************************/

/* --HTML-- */  
html {
	color:#333;
}
/* --BODY-- */
body {
	background-color: #CCC;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin:0;
	padding:0;
}
/* for IE8 */
html>/**/body {
	font-size/*\**/:84%\9;
}
/* for IE7 */  
*+html body {
	font-size:84%;
}
/* for IE6 */
* html body {
	font-size:84%;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote {
	margin:0;
	padding:0;
}
/*
table {
	border-collapse:collapse;
	border-spacing:0;
}
*/
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
/* IE7 */
.clearfix {
  display: inline-block;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloatLeft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloatRight {
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
