/*	RENTOKIL INITIAL STYLESHEET
		Browser Default Reset Style Sheet (Lightly Compressed)
			-v1.5	Pre 2007	-	Created by Tim H from "Web Dev:The Early Years"

	Padding and Margin	*/
	ul,ol,dl,li,dt,dd,h1,h2,h1,h2,h3,h6,pre,form,body,
	html,p,blockquote,fieldset,input,textarea,select {margin:0;padding:0;}
/*	Tag Specific Styles	*/
	a {text-decoration:underline;}
	ul,ol {list-style:none;}
	iframe,a img {border:none;}
	acronym {cursor:help;}
	address,cite {font-style:normal;}
/*	Heading Size Ratios	*/
	h1,h2,h1,h2,h3,h6,pre,code {font-size:100%;}
/*	Clearfix	*/
	/* float clearing for IE6 */
		* html .clearfix{height:1%;overflow:visible;}
	/* float clearing for IE7 */
		*+html .clearfix{min-height:1%;}
	/* float clearing for everyone else */
		.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
/*	Hidden	*/
	.hidden {display:none;/* \*/display:block;/* */position:absolute;left:-2000px;top:-2000px;width:1px;height:1px;}
