/*
	NCCG initial CSS.  This is repository code that Ctrl-R saves and propagates to all Webs listed in
	the repository file.

	Created by DGB on 2007-12-09
*/


/* Neutralize default styling of specific elements we want cleaned out entirely: */
html, body, form, fieldset {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}

/* Suppress borders on images: */
	img { border: 0; }

/* Neutralize default styling of elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	}

/* Apply a left margin only to the few elements that need it: */
	li, dd, blockquote { margin-left: 1em; }

/* Miscellaneous conveniences: */
	form, label { cursor: pointer; }
	fieldset { border: none; }
	input, select, textarea { font-size: 100%; }
	p { font-style: normal; }

/* Enforce use of system fonts: */
	button { font: caption; font-size: 1em; }