/*-------------------------------------------------------------	Styles for Reset	Author: Michael Cacciott	Date Last Modified: 11/25/09	www.noplacelikeohm - Copyright (c) 2009----------------------------------------------------------------*/		* { margin: 0; padding: 0; }		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 { margin:0; padding:0; border:0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, code, pre, form, fieldset, blockquote, html, body { font-size: 100%; }/*-- Set pg opacity just under 100% for FF, which changes appearance of text on jQuery fade effects --*/body {	-moz-opacity: .999;	}a { outline-style: none; } /*-- clears dotted outline on links in FF and NS --*/hr {	background: #ddd;   	color: #ddd;  	clear: both;   	float: none;   	height: .1em;  	margin: 0 0 1.45em;  	border: none; }p           { margin: 0 0 1em; }/*-- Tables --*/table { 	border-collapse: separate; 	border-spacing: 0;}	table, td, th { vertical-align: middle; }th { font-weight: bold; }caption { background: #eee; }/*-- Lists -- */li ul, li ol       { margin:0 1.5em; }ul, ol      { margin: 0 1.5em 1.5em 1.5em; }ul          { list-style-type: disc; }ol          { list-style-type: decimal; }dl          { margin: 0 0 1.5em 0; }dl dt       { font-weight: bold; }dd          { margin-left: 1.5em;}blockquote:before, blockquote:after, q:before, :after { content:""; }blockquote, q { quotes:"" ""; }/*-- Removes dotted outline when click links in Firefox --*/a { outline: none; }	a img { border: none; }
