/* RESET BROWSER CSS DEFAULTS */
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; /* TEST ON NAVIGATING DISCLAUMER */
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
/*	line-height: 1.25em;*/
	line-height: 16px;
}
body {
/*	line-height: 1.25; /* MODIFIED */
}
ol, ul {
	list-style: none;
}

/*
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*/

/* remember to define focus styles! */
/* CSS 3 */
/*:focus {
	outline: 0;
}*/

/* remember to highlight inserts somehow! */
/* CSS ? */
/*ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}*/

/* CUSTOM AND SPECIFIC OVERRIDES */

/* tables still need 'cellspacing="0"' in the markup */
table { /* UPDATE - border-spacing along-side padding = cellspacing */
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2 {
	margin: 15px 0px 15px 0px;
}
p {
	margin: 12px 0px 12px 0px;
}
tr, th, td {
	padding: 1px;
}

