﻿.displayNone
{
	display:none;	
}

.clear
{
	clear:both;	
}


.floatLeft
{
	float:left;	
}

.floatRight
{
	float:right;	
}

