@charset "UTF-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	text-align: center;
	vertical-align: baseline;
	line-height: 38px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
h2 {
	font-size: 24px;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	position: relative;
	top: 0px;
	font-variant: normal;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	text-transform: capitalize;
	color: #666666;
	text-align: center;
}
.smallcaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	text-align: left;
	text-transform: none;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	top: 0px;
}
.quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-right: 140px;
	margin-bottom: 0px;
	margin-left: 140px;
}
.quotation-source {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-align: left;
	position: relative;
	margin-top: 10px;
	margin-right: 140px;
	margin-bottom: 20px;
	margin-left: 140px;
}
.footer_p-left {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position: relative;
	left: inherit;
}
.greeting {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
a {
	color: #3366FF;
	text-decoration: none;
}
