
p            {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-bottom: 10;
	margin-top: 0;
}
h1           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	color: Navy;
}
h2           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: Navy;
	font-style: italic;
}
h3           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: Navy;
}
h4           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: Navy;
}
h5           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: Navy;
	margin-bottom: 0;
	font-style: italic;
}
h6           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
	margin-bottom: 0;
	font-style: italic;
}
p.left            { font-size: 10pt; font-family: Arial, Helvetica; text-align: Left }
p.smallleft            { font-size: 8pt; font-family: Arial, Helvetica; text-align: Left }
p.right            { font-size: 10pt; font-family: Arial, Helvetica; text-align: Right }
p.center            { font-size: 10pt; font-family: Arial, Helvetica; text-align: Center }
p.normal            { font-family: Arial, Helvetica }
p.plain            { }
ul           { font-family: Arial, Helvetica; font-size: 10pt; text-align: Justify }
a            {
	text-decoration: none;
	color: Red;
	font-weight: bold;
}
