@charset "utf-8";
/* CSS Document */

.centerx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.maintext {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}


.maintextblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}
.italicsx {
	font-style: italic;
}
blacktext {
	color: #333;
}

body {
	background-color: #999;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.maintextwhite {
	color: #FFF;
}
.maintextblack .maintextwhite {
	color: #000;
}
.footerx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

