html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, input, textarea {
	margin: 0px;
	padding: 0px;	
}

body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, input, textarea {
	position: relative;
}

ul, li {
	list-style-type: none;
}

body {
	font: small/normal "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444444;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 6px 0px;
}

p {
	margin: 0 0 16px 0;
	line-height: 1.5;
	overflow: hidden;
}

.no_more_ie6 {
	background: #ffc;
	border-bottom: 2px solid #ffcc11;
	padding: 10px;
	font-size: 110%;
}