@charset "utf-8";
/* CSS Document */

.bodytext {
	font-family: "Century Gothic", Century, "Arial Black";
	font-size: 12px;
}

.blueheading {
	font-family: "Century Gothic", Century, "Arial Black";
	font-size: 15px;
	color:#52BBEA;
	font-weight:bold;
}

.bodytextwhite {
		font-family: "Century Gothic", Century, "Arial Black";
	font-size: 12px;
	color:#FFF;
}
.floatright {
	margin: 5px;
	float: right;
}
.floatleft {
	margin: 5px;
	float: left;
}
