body {
	background-color: #FFFFFF;
	font-family:Arial;
	font-size:10pt;
}
p {
	font-family:Arial;
	font-size:10pt;
	color: #000000;
	text-align: justify;
}
table {
	background-color: #FFFFFF;
	font-family:Arial;
	font-size:10pt;
}
h1 {
	font-family:Arial;
	font-size:14pt;
	color: #000;
	text-align: center;
}
h2 {
	font-family:Arial;
	font-size:12pt;
	color: #930; 
	text-align: center;
}
h3 {
	font-family:Arial;
	font-size:14pt;
	font-weight: bold;
	color: #000;
	text-align: left;
}
sup {
	font-family:Arial;
	font-size:9pt;
	text-decoration: none;
}
a {
	font-family:Arial;
	color: blue;
	font-size:9pt;
	text-decoration: none;
}
a: visited {
	color: blue;
	text-decoration: none;
}
a: active {
	color: blue;
	text-decoration: none;
}
a: hover {
	color: red;
	text-decoration: underline;
}
A.external:link {
	color: #930;
	text-decoration: underline;
}
A.external:visited {
	color: #930;
	text-decoration: underline;
}
A.external:hover {
	color: #930;
	text-decoration: underline overline;
}
