/* Eric Meyer's Reset Stylesheet: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

IMG { display: block; }
STRONG { font-weight: bold; }

/* remember to define focus styles! */
:focus {
	outline:0;
}
BODY {
	line-height:1;
	color:black;
	background:white;
}
OL, UL {
	list-style:none;
}

/* tables still need 'cellspacing="0"' in the markup */
TABLE {
	border-collapse:separate;
	border-spacing: 0;
}
CAPTION, TH, TD {
	text-align:left;
	font-weight:inherit;
}
BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
	content:"";
}
BLOCKQUOTE, Q {
	quotes:"" "";
}
