@charset "utf-8";
/* CSS Document */

div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea, table {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	text-align:left;
}
html {
	overflow-y: scroll;
	height:100%;
}
table {
	border-collapse: collapse;
}
fieldset {
	border: 0;
}
select {
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, th, var, kbd, samp {
	font-style: normal;
	font-weight: normal;
}
th, td {
	padding: 0;
	font-size:12px;
	vertical-align:top;
}
ol, ul {
	list-style-type: none;
}
abbr, acronym {
	border: 0;
}
.clear {
	clear:both;
	display:block;
	height:0pt;
	visibility:hidden;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */
