.fwCenter
{
	margin-left		:	auto;
	margin-right	:	auto;
}
.txtLeft
{
	text-align		:	left;
}
.txtCenter
{
	text-align		:	center;
}
.txtRight
{
	text-align		:	right;
}
.fullWidth
{
	width			:	100%;
}
.txtFat
{
	font-weight		:	bold;
}
.flLeft
{
	float			:	left;
}
.flRight
{
	float			:	right;
}
