@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h1 {
	font-family: "Segoe Print";
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: "Segoe Print";
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #1D66B2;
}
a {
	color: #1D66B2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.style1 {
	font-weight: bold;
}
.style2 {
	font-style: italic;
}
.style3 {
	text-decoration: underline;
}
.style4 {
	color: #1D66B2;
}
.style5 {
	font-size: 8pt;
}
