/*////////////////////////////////////////////////////////////////
////////////////////  BROWSER RESET /////////////////////////////
///////////////////////////////////////////////////////////////*/

html, body, div, span, iframe, object,
h1, h2, h3, h4, h5, h6, a, p, blockquote, pre,
em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
abbr, acronym, address, code, del, dfn, q, caption
{
	border: 0px;
}

html, body, div, span, iframe, object,
h1, h2, h3, h4, h5, h6, a, p, pre,
em, img, fieldset, form, label, legend,
abbr, acronym, address, code, del, dfn, q
{
	margin: 0px;
	padding: 0px;
}

/* __ TABLE (must have cellspacing="0" in the markup) __*/


/*__ Other HTML resets __*/
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
p h1, p h2, p h3, p h4, p h5, p h6,
h1 + p, h2 + p, h3 + p, h4 + p, h5 p, h6 + p{
	margin-top: 0px;
	padding-top: 0px;
}
