/*--- reset ------------*/
	/* Resetting of element defaults to avoid cross-browser incompatibilities */
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,font,img,ins,kbd,q,s,samp,sub,sup,tt,var,dd,dl,dt,li,ol,ul,form,fieldset,input,textarea,label,table,legend,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

/* slightly different reset to get round problems with opera */
fieldset,input,textarea,label, /* image reset */ img,a img,:hover img,:active img,:link img,:visited img
	{
	border: 0;
}

object {
	outline: none; /* fix for FF3 */
}