.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.full_width
{
	width: 100%;
}

.semi_transparent
{
	opacity: 0.9;
	filter: alpha(opacity=85);
}

.centered
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.inline
{
	display: inline;
}

.red
{
	color: red;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}