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, sub, sup, 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%;
}
html, body {
	background: #fff;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
ul {
	list-style: none;
	list-style-type: none;
}
.tms address {
	font-style: normal;
}
.tms blockquote, .tms q {
	quotes: none;
}
.tms ins {
	text-decoration: none;
}
.tms del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}
dt, th {
	font-weight: bold;
}
strong {
	font-weight: bold;
}

/* =classes
-------------------------------------------------- */
.tms .left { text-align: left !important; }
.tms .right { text-align: right !important; }
.tms .center { text-align: center !important; }

.tms .middle { vertical-align: middle !important; }

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

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

/* =clear
-------------------------------------------------- */
.tms .clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.tms * html .clear { height: 1px; }
.tms  *+html .clear { min-height: 1px; }