/**
	File:
		undo.css

	Validates:
		CSS Level 2.1

	Project: 
		RSPCA Questionnaire

	Author:
		Kristina Floyd

	Date Created:
		2008-07-01

	About:
		Resets browser default styles

	Notes:
		Always include undo.css as the first css file in the cascade.
		!! NEVER EDIT THIS FILE !!

	File content:
		Not applicable

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content 
		04	elements.css - Styles for specific page elements 
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	print.css - Print specific styles
*/


#fullWrapper div,#fullWrapper dl,#fullWrapper dt,#fullWrapper dd,#fullWrapper ul,#fullWrapper ol,#fullWrapper li,#fullWrapper h1,#fullWrapper h2,#fullWrapper h3,#fullWrapper h4,#fullWrapper h5,#fullWrapper h6,#fullWrapper pre,#fullWrapper form,#fullWrapper fieldset,#fullWrapper input,#fullWrapper textarea,#fullWrapper p,#fullWrapper blockquote,#fullWrapper th,#fullWrapper td { margin: 0; padding: 0; }
#fullWrapper table { border-collapse: collapse; border-spacing: 0; }
#fullWrapper fieldset,#fullWrapper img { border: 0; }
#fullWrapper address,#fullWrapper caption,#fullWrapper cite,#fullWrapper code,#fullWrapper dfn,#fullWrapper em,#fullWrapper strong,#fullWrapper th,#fullWrapper var { font-style: normal; font-weight: normal; }
#fullWrapper ol,#fullWrapper ul { list-style: none; }
#fullWrapper caption,#fullWrapper th { text-align: left; }
#fullWrapper h1,#fullWrapper h2,#fullWrapper h3,#fullWrapper h4,#fullWrapper h5,#fullWrapper h6 { font-size: 100%; font-weight: normal; }
#fullWrapper q:before,#fullWrapper q:after { content: ''; }
#fullWrapper abbr,#fullWrapper acronym { border: 0; }
