/*
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, tfoot, thead, time, tr, th, td,
/*
textarea,
*/
u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
/*
	font-weight: inherit;
	font-style: inherit;
	text-align: left;
	white-space: normal;
	line-height: 1;
*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}
ol { list-style-type: decimal; }
ul { list-style-type: disc; }

li { list-style-position: inside; }

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
/*	border: outset;*/
	font-size: small;
	margin-left: auto;
	margin-right: auto;
}

td, th {
	border: ridge;
	padding: 4px;
}