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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: 2pt;
	word-spacing: 4pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	font-variant: small-caps;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	line-height: 12pt;
	font-weight: lighter;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
}

a {
	color: #666666;
}

