body {
	margin-left: 4px;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}
p {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
}
h2 {
	color: Blue;
	font-size: medium;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
h4 {
	background-color: #FFFFCC;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: normal;
	}
.gr {
	background-color: #CCCCCC;
	color: White;
}
.gi {
	color: Red;
	font-weight: bold;
	font-size: medium;
}
.sm {
	font-size: 10pt;
}
.ct {
	text-align: center;
}
.nj {
	text-align: left;
}
.blk {
	background-color: transparent;
	color: Black;
}
.j {
	text-align: justify;
}
.njsm {
	text-align: left;
	font-size: 10pt;
}
.fivelg {
	font-size: large;
}