@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;	
}

body {
	line-height: 1;
}

a {
	text-decoration:none;
}

ol, 
ul {
	list-style:none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, 
th, 
td {
	text-align: left;
	font-weight: normal;
}

blockquote, 
q {
	quotes: "" "";
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
}

