/* Copyright (C) 2007 Gordon Brander. This code is distributed under the GNU GPL and comes with absolutely no warranty.
reset.css: Reset some default browser styles, and add a few of our own. */

/* reset all browser whitespace styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,* {
	margin:0;
	padding:0;
}

a img, frameset {
	border:none;
}

abbr,acronym {
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal; 
	font-weight:normal; 
}

caption,th {
	text-align:left; 
}

table {
	border-collapse:collapse;
	border-spacing:0; 
}

q:before,q:after {
	content:''; 
}

/* new defaults */

.clear {
	clear:both;
}

.hide {
	display:none;
}
