/* reset.css: Reset default browser styles. This takes care of cross-browser inconsistancies, future-proofs your CSS. Based on code by Eric Meyer http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,blockquote,q,cite,abbr,acronym,caption,address,strong,strike,del,big,small,font,dfn,ins,kbd,s,samp,tt,var,pre,code,dfn,var,iframe,applet,object,fieldset,form,label,legend,dl,dt,dd,ul,ol,li{
	border: 0;
	font-family: inherit;
	font-size:100%;
	font-style:inherit; 
	font-weight:inherit;
	margin:0;
	outline: 0;
	padding:0;
	vertical-align: baseline;
}
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size:100%;
	font-style:inherit; 
	font-weight:inherit;
	margin:0;
	outline: 0;
	padding:0;
}
caption,th,td {text-align:left}
table {
	border-collapse:collapse;
	border-spacing:0;
}
blockquote:before,blockquote:after,q:before,q:after {content:''}