@charset "ISO-8859-1";

/* Kasoft Software */

body {
	font-family: "Helevetica", sans-serif;
	font-size: 12pt;
	margin: 3em;
}

h1 {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

h5 {
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	font-variant: small-caps;
}

.centre {
	left-margin: auto;
	right-margin: auto;
	text-align: center;
}

.topAlign {
	vertical-align: top;
}

.footer {
	font-size: 8pt;
}

.copyright {
	font-size: 8pt;
}
