@charset "UTF-8";
.gentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
}
.gentext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #FFF;
}
.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	color: #FFF;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.justify {
	text-align: justify;
}
.text {
	font-size: medium;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.black {
	color: #000;
}
.blackgentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
.gentextblack {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #000;
}
body p {
}
.white {
	color: #CCC;
}

