/*-------------- Reseting ---------------- */
html, body, form
{
	height: 100%;
}
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym,
img, s, small, strike, sup, sub,
dl, dt, dd, ol, ul, li, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
	{ 
	 margin: 0;
	 padding: 0;
	 border: 0; 
	 outline: 0;
	 font-weight: inherit;
	 font-style: inherit;
	 font-size: 100%;
	 font-family: inherit;
	 vertical-align: baseline;
	 background: transparent 
	}

:focus, :active 
	{ 
	outline: 0 
	}

ul, ol 
	{ 
	margin-bottom: 18px 
	}
ul 
	{ 
	list-style: square 
	}
ol 
	{ 
	list-style: decimal 
	}
li 
	{ 
	margin-left: 36px; 
	color: #000; 
	}
li p 
	{ 
	color: #000 
	}
small 
	{ 
	font-size: 9px; 
	}
sup 
	{ 
	position: relative; 
	bottom: 3px; 
	vertical-align: baseline 
	}
sub 
	{ 
	position: relative; 
	bottom: -2px; 
	vertical-align: baseline 
	}
acronym, abbr 
	{ 
	cursor: help; 
	letter-spacing: 1px; 
	border-bottom: #999 1px dashed 
	}
label 
	{ 
	cursor: pointer 
	}
legend 
	{ 
	display: none 
	}
