@charset "ISO-8859-1";
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
}
.bodycopyRED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FF0000;
}
.redbodyBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #FF0000;
}
.aquabodyBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00FFFF;
	line-height: 17px;
}
.redboldhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #FF0000;
}
.Aquaboldhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00FFFF;
}
.yellowboldhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
}
.yellowbodyBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	line-height: 17px;
}
#blackBackground {
	background-color: #000;
	left: 0px;
	top: 0px;
	position: relative;
}
#blackBackgroundMusic {
	background-color: #000;
	left: -5000px;
	top: 0px;
	position: relative;
}

    body {
	background-color: #000;
}
    

