
html,
body,
#tt div,
#tt span,
#tt iframe,
#tt h1,
#tt h2,
#tt h3,
#tt p,
#tt blockquote,
#tt pre,
#tt a,
#tt img,
#tt b,
#tt u,
#tt i,
#tt center,
#tt ol,
#tt ul,
#tt li,
#tt form,
#tt label,
#tt table,
#tt tr,
#tt th,
#tt td,
#tt tbody,
#tt tfoot,
#tt thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
    background:transparent;
}

#tt ol, #tt ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
#tt table {
	border-spacing: 0;
    border-collapse:collapse;    
}


