@charset "utf-8";

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-family: Century Gothic;
	font-size: 16px;
}

body {
	background-color: #FFFFFF;
}
h1 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	margin: 0;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 10px;
	margin-left: 100px;
}
h2 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	margin: 10;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #343434;
	line-height: 8pt;
	margin: 10;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 10px;
	margin-left: 100px;
}
#p2 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	line-height: 8pt;
	margin: 10;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 10px;
	margin-left: 100px;
}
