@charset "UTF-8";
/* CSS Document */
/***** Global Settings *****/

/* @override 
	http://d69.com.au/Clients/broons/css/reset.css
	http://broonslocal:8888/css/reset.css
*/

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, input, 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, textarea, thead, tr, th, td {
	font-family: Arial, Trebuchet, Trebuchet MS, Tahoma, sans-serif;
	border:0;
	margin:0;
	padding:0;
	text-align: left;
	font-size: 13px;
	list-style: none;
	text-decoration: none;
	outline: 0;
	
	}
	
