/*
** css clean slate, mostly
*/

/* DO NOT EDIT THIS FILE */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

/* inline text elements (minus tt, i, b, big, small) */

a, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

/* inline text form elements */

input, select, textarea, label, button {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

/* inline / block text elements */

ins, del {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

/* block level headings */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

/* block level lists */

ul, ol, dl {
}

/* block level text */

pre, blockquote, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

/* paragraphs */

p {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

/* lists */

ol, ul {
}

li {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

dl {
}

dt, dd {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

/* tables */

table {
}

tr {
}

th, td {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
