@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: 500;
	text-align: left;
	color: #006600;
}
.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: left;
}
