﻿.Table
    {
	    width: 100%;
	    overflow: auto;
        margin: 0;
        padding: 0;
        border: 0;
        border-collapse: separate; 
        border-spacing: 0em;
        table-layout: auto;
    }

.IFrame {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

.TD1stColumn
    {
        vertical-align: top;
    }

.Left
    {

        text-align:left;

    }

.Center
    {

        text-align:center;

    }

.Right
    {

        text-align:right;

    }

.Footer
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    left: 5px;
}


.FooterCenter
{
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.noborder 
    {
            border-top-style: none;
    }



