@charset "UTF-8";

html * {
	box-sizing:content-box;  CSS 3 [ MacIE 5] 
	-moz-box-sizing:content-box; /* Mozilla */
}
*{
	margin:0;
	padding:0;
}

html {
	font-size: 16px;
	line-height:1;
}

/* IE/Win \*/
* html {
	font-size: medium;
}

/**/

body{
	color: #000;
	font-size: 90%;
}
a{
	color:#cc0000;
}
a:hover{
	color:#ff0000;
}

a img{
	border:0;
}


hr{
	display:none;
}
.clear{
	clear: both;
	display: block;
	margin: -1px 0 0;
	font-size: 1px !important;
	line-height: 0 !important;
	height: 1px;
}
