/* Resets version DW20081029 */

html, body, div, span, object, iframe,
a, address, font, img,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td, 
address, h1, h2, h3, h4, h5, h6, em, strong {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	font-size:11px;
	font-family: inherit;
	vertical-align: baseline;
	}

h1, h2, h3, h4, h5, h6, em {
	font-weight:normal;
	}

p {
	margin: 0;
	padding: 0;
	display:block;
	}

/* 
remember to define focus styles! <-- otherwise possible problems with keyboard navigation? DW
:focus {
	outline: 0;
	}
	*/

table {  
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;  
	border-spacing: 0;  
	}

ul, ol {
	
	list-style: none;
	}

