@charset "utf-8";
* { font-family: Arial, Helvetica, sans-serif; }

body {
	margin: 0px;
}
a, a:visited {
	outline: none;
	color: #1B9473;
	text-decoration: none;
}
a:hover { color: #7EAFA6; }


:focus { -moz-outline-style: none; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

p, div, span {
	margin: 0px;
	padding: 0px;
}

em, strong {
	font-style: normal;
	font-weight: normal;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
}

table, tr, th, td, caption {
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0px;
}


/* clearfix code start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* 
	ie6,7 css hack
	before version 8, ie will determine the height of float child element
	if the width or height of parent element is set.
*/
.clearfix {
  min-height: 1px; 
}
/* 
	Star hack, take effect on ie4~6 and MAC ie4~5
	
*/
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* clearfix code end */
