/* 
 	RESET STYLES
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
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-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

label, select, input, textarea, button {
	font-size: 100%;
	display: block;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

hr {
	display: none;
}

body { /* prevent Windows OS styles overriding site css */
	color: #000;
	background-color: #fff;
}
