﻿
.Left
{
	display:block;
	float:left;
}

.Right
{
	display:block;
	float:right;
}

.Clear
{
	float:none;
	clear:both;
	min-height:0px;
	_height:0px;
	font-size:0px;
	line-height:0px;
}
