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

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	text-align: center;
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #90C;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	text-align: center;
	font-weight: bold;
}

