@charset "UTF-8";
.floatleft {
	clear: left;
	float: left;
	vertical-align: text-top;
}
.floatright {
	clear: right;
	float: right;
	vertical-align: text-top;
}
.floatright2 {
	clear: right;
	float: inherit;
}
.bottom {
	clear: both;
}
.invert {
	font-family: "Lucida Fax", Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
}
