@charset "utf-8";
* {
	margin: 0px;
	padding: 10px;
}
body {
	background-color: #ffffff;
}
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	color: #999999;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
}
h4 {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-align: center;
	font-size: 13px;
	color: #111111;
	font-style: italic;
	font-weight: bold;
	margin-top: 15px;
}
p {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-align: center;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}
a {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
}

