@CHARSET "UTF-8";

/**************************************************
 * reset.css by Martin Ossendorf 2008
 *
 * sets standard values for the following elements:
 * body, h1, h2, h3, h4, h5, h6, p, ul, ol, div, span, a, a:link, a:visited, a:hover, a:active, a:focus, img, td, th
 ********************************************************************************/

div, span, td, th {
	overflow: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, div, span, img, td {
	padding: 0;
	margin: 0;
	border: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, div, span, a, a:link, a:visited, a:hover, a:active, a:focus, td, th {
	background-repeat: no-repeat;
}

body /*, h1, h2, h3, h4, h5, h6, a, a:link, a:visited, a:hover, a:active, a:focus */ {
	font-family: serif;
	font-style: normal;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1em;
	color: black;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, div, span, a, a:link, a:visited, a:hover, a:active, a:focus, td, th {
	font: inherit;
	text-decoration: inherit;
	line-height: inherit;
	color: inherit;
}

p, ul, ol, div, span, a, a:link, a:visited, a:hover, a:active, a:focus, td, th {
	font: inherit;
}

td, th {
	vertical-align: top;
	text-align: left;
}

ul, ol
{
	list-style-position: outside;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}
