/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,a,img,sub,sup,ul,li,form,label,article,aside,footer,header,hgroup,menu,nav,output,section,time,audio,video
	{
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block
}

body {
	line-height: 1
}

ul {
	list-style: none
}

/* blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: none
} */

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, tbody, tfoot, thead, tr, th, td
 {
    	
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}