html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family			: inherit;
	outline				: 0;
	padding				: 0;
	margin				: 0;
	border				: 0;
}
:focus {
	outline				: 0;
}
html, body {
	height				:100%;
}
ol, ul {
	list-style			: none;
}
table {
	border-collapse		: separate;
}
a {
	text-decoration		: none;
	color				: #585858;
}
div.clear {
	clear				: both;
	height				: 0px;
	font-size			: 1px;
	overflow			: hidden;
}
fieldset {
	margin				: 0px;
	padding				: 10px;
	border				: 1px solid #C9C9C9;
	margin-bottom		: 10px;
}
legend {
	padding				: 5px;
	padding-bottom		: 15px;
	font-weight			: bold;
	font-size			: 12px;
}