/*
__________________________________________________

Thomas revised version: Jan. 15, 2010

This file sets a baseline of 16px.  All sizes from this point onwards should be relative to 16px

This file should be called before all other css files.

All font familys from this point onwards should be Arial
__________________________________________________

*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:10px;  /*changed for petcetera (from 16px)*/
	font-family:Arial, Helvetica, sans-serif;
	/* Helvetica Neue has been removed as the first selection */
}