/* Please don't edit, this css file effects the entire site. */
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, dfn {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* Changed from middle - effecting spans inside h tages */
	/* vertical-align: inherit; messes up IE6... */
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	/* IE background: transparent; */
	}
strong {
	font-weight: bold;
	}
:focus {
	outline: 0;
	}
body {
	/*	line-height: 1; invalid... messing up... */
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: collapse;
	}
caption, th, td {
	text-align: left;
	}
blockquote:before, blockquote:after, q:before, q:after {
	quotes: "" "";
	}
blockquote:before{
	background:url(quote.gif) no-repeat;
	font: 18px Arial, Helvetica, sans-serif;
	padding-left: 41px;
	padding-top: 5px;
	height:41px;
	}
/* Added by Darryl, stops space appearing below images with strict Doctype */
img {
	display: block;
	}
	