h1 {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #000000;
}
h2 {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #000000;
}
h3 {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: justify;
}
.style4 {
	text-align: justify;
	font-weight: normal;
}
A:link {
	color: #000000;
	TEXT-DECORATION: underline;
	font-family: "Times New Roman";
	font-size: 12pt;
}
A:visited {
	color: #999999;
	TEXT-DECORATION: underline;
	font-family: "Times New Roman";
	font-size: 12pt;
}
A:hover {
	color: #000000;
	TEXT-DECORATION: underline;
	font-family: "Times New Roman";
	font-size: 12pt;
}
