html, body, div, 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, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
sub, sup {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	background: #fff;
}
body {
	line-height: 1;
}
h2, h3, h4, h5, h6, p, ul, ol, dl, table, address {
	margin-top: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
ul {
	list-style: none;
}
address {
	font-style: normal;
	line-height: normal;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	line-height: normal;
	vertical-align: top;
}
th {
	font-weight: bold;
}
label,
input,
button,
select,
textarea {
	vertical-align: middle;
}
button,
label[for],
input[type=reset],
input[type=button],
input[type=submit],
input[type=radio],
input[type=checkbox] {
	cursor: pointer;
}

/* =classes
-------------------------------------------------- */
.left { float: left; }
.right { float: right; }
.center { text-align: center; }

.middle { vertical-align: middle; }

.nowrap { white-space: nowrap; }
.hidden { display: none }

.w1p { width: 1% !important; }
.w10p { width: 10% !important; }
.w15p { width: 15% !important; }
.w20p { width: 20% !important; }
.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w80p { width: 80% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }

.w55 { width: 55px !important; }
.w20 { width: 20px !important; }
.w25 { width: 25px !important; }
.w70 { width: 70px !important; }
.w75 { width: 75px !important; }
.w90 { width: 90px !important; }
.w115 { width: 115px !important; }
.w135 { width: 135px !important; }
.w540 { width: 540px !important; }
.w550 { width: 550px !important; }
.w560 { width: 560px !important; }
.w580 { width: 580px !important; }

.h68 { height: 68px !important}

/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
.relative {
	position: relative;
}

.bold {
	font-weight:bold;
}
.italic {
	font-style: italic;
}

.inline {
	display: inline;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}