/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, br, hr, div, span, a, object, 
iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, 
h4, h5, h6, blockquote, q, address, small, big, 
cite, dfn, ins, del, i, em, b, strong, sup, sub, 
strike, pre, code, samp, kbd, var, tt, form, 
fieldset, legend, label, input, textarea, 
option, .nobox {
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}

blockquote, q { quotes:none;}
br { height:0;}
a img { border:0 none;}
img { display:block;}
img.inline { display:inline;}
legend { display:none;}

code, samp, kbd, var { font-family:"Courier New","Courier",Monospace;}
h1, h2, h3, h4, h5, h6, b, strong { font-weight: normal; }
i, em, cite, dfn, ins { font-style:italic; }
del, code, samp, kbd, var { font-style:inherit; }
del { text-decoration:line-through;}
ins { text-decoration:none; }
abbr, acronym { 
	border:0 none;
	cursor:help;
	text-decoration:none;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin: 0;
}
ol li,
ul li {
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}