/* MARGIN AND PADDING */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	line-height: 1.7;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
		}
	

/* HEADDERS */
h1, h2, h3, h4, h5, h6 {
	font-size: 100.01%;
}

/* LISTS */
dl, dt, dd, ol, ul, li {
	list-style-type: none;
}

/* FONT STYLE AND WEIGHT */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* TABLE BORDERS AND SPACING */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FIELDSET AND IMAGE BORDERS */
fieldset, img {
	border: 0;
}

/* CAPRION AND TABLE HEADER TEXT ALIGNMENT */
caption, th {
	text-align: left;
}

/* QUOTATIONS */
blockquote, q {
	quotes:  none;
}

q:before, g:after {
	content: '';
}

:focus {
	outline: 0;
}