* { margin:0; padding:0; }

html *	{ font-size: 0.9em; }/* Reset font size for all elements to standard (16 Pixel) */
html		{ height: 100%; margin-bottom: 1px; } /* Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
* html body * { overflow:visible; }

body {
	color: #000;
	text-align: left;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

* html iframe, * html frame { overflow:auto; }
* html frameset { overflow:hidden; }

fieldset, img, a img { border: 0 solid; }

hr {
	color: #FFF;
	background: transparent;
	clear: both; 
	float: none; 
	width: 100%; 
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #000 solid;
}