/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span.rst, applet.rst, object.rst, iframe,
h1.rst, h2.rst, h3.rst, h4.rst, h5.rst, h6.rst, p.rst, blockquote.rst, pre,
a.rst, abbr.rst, acronym.rst, address.rst, big.rst, cite.rst, code,
del.rst, dfn.rst, em.rst, font.rst, img.rst, ins.rst, kbd.rst, q.rst, s.rst, samp,
small.rst, strike.rst, strong.rst, sub.rst, sup.rst, tt.rst, var,
b.rst, u.rst, i.rst, center,
dl.rst, dt.rst, dd.rst, ol.rst, ul.rst, li,
fieldset.rst, form.rst, label.rst, legend,
table.rst, caption.rst, tbody.rst, tfoot.rst, thead.rst, tr.rst, th.rst, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol.rst, ul.rst {
	list-style: none;
}
blockquote.rst, q.rst {
	quotes: none;
}
blockquote:before.rst, blockquote:after,
q:before.rst, q:after.rst {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}