	.bold						{	font-weight: bold;
								}

	.bottom						{	vertical-align: bottom;
								}

	.centered					{	text-align: center;
								}

	.centeredBlock				{	margin: 0 auto;
								}

	.fullWidth					{	width: 100%;
								}

	.inline						{	display: inline;
								}

	.italic						{	font-style: italic;
								}

	.justify					{	text-align: justify;
								}

	.left						{	text-align: left;
								}

	.middle						{	vertical-align: middle;
								}

	.right						{	text-align: right;
								}

	.top						{	vertical-align: top;
								}

	.uppercase					{	text-transform: uppercase;
								}
