@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;
}

.command {
	font-family: "Times", serif;
	font-weight: bold;
}

.smallCaps {
	font-variant: small-caps;
}

.centre {
	text-align: center;
}

.centre table {
	margin-left: auto;
	margin-right: auto;
}

.topAlign {
	vertical-align: top;
}

.footer {
	font-size: 8pt;
}

.copyright {
	font-size: 8pt;
}

@media screen {
	body {
		color: black;
		background: url("marble.gif") white;
	}
}
