/*
#
# RESET
#
#########################
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 100%;
	font-weight: normal;
	margin: 0 auto;    
}

h1, h2, h3, h5, h6, p, ul, li, dl, dt, dd, img, a, em, cite, table, tr, td, th, label, fieldset, input, button {
	padding:0;
	margin:0;
	list-style: none;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;    
	border:none;
}


a img, :link img, :visited img {
	border: 0;
}

a, a:hover {
	text-decoration: none;
}