.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.hidden
{
	display: none;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.align
{
	clear: both;
}

.marg-top
{
	margin-top: 15px;
}

.marg-bottom
{
	margin-bottom: 15px;
}

.marg-left
{
	margin-left: 20px;
}

.marg-right
{
	margin-right: 20px;
}

.vert-top
{
	vertical-align: top;	
}

.vert-bottom
{
	vertical-align: bottom;	
}

