/*CSS Document*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	line-height: 0;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

:focus {
	outline: 0;
}

blockquote, q  {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

body {
	background: white;
	color: height;
	line-height: 1;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

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

html, body, embed, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0px;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	margin: 0px;
	outline: none;
	padding: 0px;
	vertical-align: baseline;
}

html[xmlns] .clearfix {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

