﻿/*.image-top-left
{
    padding: 0 8px 8px 0;
}
.image-top-right
{
    padding: 0 0 8px 8px;
}
.image-left
{
    padding: 8px 8px 8px 0;
}
.image-right
{
    padding: 8px 0 8px 8px;
}

.image-center
{
    padding: 8px 8px 8px 8px;
}

.wd100
{
    width: 100%;
}
.fbold
{
    font-weight: bold;
}
.fitallic
{
    font-style: italic;
}
.flarge
{
    font-size: 17px;
}

.fsmall
{
    font-size: 13px;
}*/

.cleardiv
{
    clear: both;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}

.preserve-line
{
    min-height:12px;
    height:12px;
    min-width:12px;
    height:12px;
}