@charset "utf-8";
/*=== css2 ===*/
/*=== resetting-eric ===*/
/*=== http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/===*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	outline: 0; /*=== css2 ===*/
}

blockquote { 
	quotes: none; /*=== css2 ===*/
}

    q {
	quotes: none; /*=== css2 ===*/
}



/*=== remember to define focus styles! ===*/
:focus {
	outline: 0; /*=== css2 ===*/
}

/*=== tables still need 'cellspacing="0"' in the markup ===*/
table {
	border-collapse: collapse; /*=== css2 ===*/
	border-spacing: 0; /*=== css2 ===*/
}