﻿.clear
{
    display: block;
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}


.bold
{
    font-weight: bold;
}

.normal
{
    font-weight: normal;
}



.text-right
{
	text-align:right;
}

.centered
{
    text-align: center;
}

.justified
{
    text-align: justify;
}