@charset "utf-8";
/* Global styles CSS Document */

* {
	margin: 0;
}
img {
	height: auto;
	max-width: 100%;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #333;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
h1:hover, h1 a:hover, h2:hover, h2 a:hover, h3:hover, h3 a:hover, h4:hover, h4 a:hover, h5:hover, h5 a:hover, h6:hover, h6 a:hover {}
h1, h1 a {}
h2, h2 a {
	font-size: 72px;
	line-height: 1.15em;
}
h3, h3 a {}
h4, h4 a {}
h5, h5 a {}
h6, h6 a {}
p {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 1.5em;
	line-height: 1.5em;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {}
li {
	color: #333;
	line-height: 1.5em;
}
q, blockquote {
	color: #333;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
/*
 q, blockquote:before {
 content: "\201C";
 }
 q, blockquote:after {
 content: "\201D";
 }
 */
cite {
	color: #333;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: 100%;
}
table {}
th {
	color: #333;
	font-size: 18px;
	text-align: left;
}
td {
	color: #333;
	font-size: 12px;
	text-align: left;
}