@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
}
.heading {
	color: #FF0000;
	font-size: 36px;
}
.amenu {
	font-family: Jokerman;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.amenu:hover {
	font-family: Jokerman;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.thispage {
	font-family: Jokerman;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.jokerheadyellow {
	font-family: Jokerman;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.whitetext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.lightbluetext {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.redtext {
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.tdwhite {
	border: 1px dashed #999999;
}
.lightbluetext12 {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}