/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0

Reset.css clears all the built in settings that browsers natively default to.  This helps ensure that we start from a common point across all browsers.

*/

body,#top-nav div, #top-nav ul, #top-nav ul, #top-nav li {
	margin:0;
	padding:0;
}

table {
	border-spacing:0;
}

fieldset,img {
	border:0;
}
ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

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

abbr,acronym {
	border:0;
}	

