/*		BASIC	CSS TABLE ELEMENTS*/


/*	FLOATING*/
.flL
{
float:left;
}

.flR
{
float:right;
}

.flNONE
{
float:none;
}

/*	CLEARING*/

.clL
{
clear: left;
}

.clR
{
clear: right;
}

.clB
{
clear: both;
}

.clNONE
{
clear: none;
}





/*	TEXT ALIGNMENT*/
.taL
{
text-align: left;
}

.taR
{
text-align: right;
}

.taC
{
text-align: center;
}


div.row 
{
  width: 100%;
  text-align: left;
}
