/*

************** This file resets all styles to enable easier cross-browser compatibility  *****************


                  
			   
			   
			   
------------------------------			   DO NOT ALTER THIS FILE WHATSOEVER







												I'M SERIOUS






Style Reset (as suggested by Web standards genius Eric Meyer http://meyerweb.com/eric/tools/css/reset/) 

This file must be used on all pages and be applied FIRST, before all other CSS files.


	
*/	
	
/* STYLE RESET ---------------------------->>>>>>>>>>   DO NOT ALTER THIS SECTION ********* */


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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	/* DO NOT ALTER */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {	
/* DO NOT ALTER */
	outline: 0;
}

body {
/* DO NOT ALTER */
	line-height: 1;
	color: black;
}

ol, ul {
/* DO NOT ALTER */
	list-style: none;
}

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

caption, th, td {
/* DO NOT ALTER */
	text-align: left;
	font-weight: normal;
}

blockquote, q {
/* DO NOT ALTER */
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
/* DO NOT ALTER */
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
/* DO NOT ALTER */
	text-decoration: none;
}

del {
/* DO NOT ALTER */
	text-decoration: line-through;
}

