@charset "utf-8";
/* CSS Document */

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding:0;
}
/* 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: "\201C" "\201D";
}
blockquote {
	margin:0;
	padding:0;
}


blockquote:before { content: open-quote; font-weight: bold; font-size:300%; padding-right:30px; float:left; margin-top:10px; }
blockquote:after { content: no-close-quote; }