td {
	font-family: "Arial, sans-serif";
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}
a {
	font-weight: 900;
	font-style: underline;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: underline;
}
hr {
	color: #FF3399;
	color: #000000;
}
.heading {
	font-family: "Arial, sans-serif";
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}
.heading_colored {
	font-family: "Arial, sans-serif";
	font-size: 24pt;
	font-weight: bold;
	color: #FF3399;
}
.headingitalic {
	font-family: "Arial, sans-serif";
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.headingmedium {
	font-family:  "Arial, sans-serif";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.headingmedium_colored {
	font-family:  "Arial, sans-serif";
	font-size: 14pt;
	font-weight: bold;
	color: #FF3399;
}
.headingsmall {
	font-family:  "Arial, sans-serif";
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.headingsmall_colored {
	font-family:  "Arial, sans-serif";
	font-size: 10pt;
	font-weight: bold;
	color: #FF3399;
}
.content {
	font-family: "Arial, sans-serif";
	font-size: 12pt;
	font-weight: normal;
	color: #ffffff;
}
.content_italic {
	font-family: "Arial, sans-serif";
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
}
.contentsmall {
	font-family: "Arial, sans-serif";
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
}
body {
	font-family: "Arial, sans-serif";
	margin: 0pt;
	background-color: #000000;
}

