/**
* Reset style
* (c) Lee Caine 2009
* MIT License
**/

/** Resets */

html {
	color: #000000;
	background-color: #ffffff;
}

html, body, div, p, img, pre, code,
form, fieldset, legend, button,
input, textarea, table, th, td,
thead, tbody, select, tr,
blockquote, ul, ol, li, h1, h2,
h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style-type: none;
}

th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

sup, sub {
	vertical-align: baseline;
}

legend {
	color: #000000;
}

input, button, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input, button, textarea, select {
	*font-size: 100%;
}

input, select, button, textarea {
	border: 1px solid #333333;
}

/** Fonts */

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
}

select, input, button, textarea, button {
	font: 99%; arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
