/*
Description: Based on E. Meyer's `reset.css` http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/.
Version: 1.0
Author: E. Meyer
Author URI: http://meyerweb.com/
*/
	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,dd,dl,dt,li,ol,ul,fieldset,label,legend,caption {
		margin: 0;
		padding: 0;
		border: 0;
		font-family: inherit;
        line-height: normal;
	}

	q:before, q:after, blockquote:before, blockquote:after { content: ""; }

	h1, h2, h3, h4, h5 {
		font-weight:bold;
		margin-bottom:10px;
	}

	h1 	{ font-size:22px; }
	h2 	{ font-size:20px; }
	h3 	{ font-size:18px; }
	h4 	{ font-size:16px; }
	h5 	{ font-size:14px; }

	table {
        display:block;
		border-collapse: collapse;
		border-spacing: 0;
	}

	ol,ul {
		margin:0 0 10px 20px;
	}

	strong 	{ font-weight:bold; }
	em  		{ font-style:italics; }
	p  		{ margin-bottom:10px; }