﻿html
{
    height: 100%;
}
body 
{
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
    background-position: center top;
	background-repeat: repeat-y;
}
html, body, p, td
{
	font-family: 'Verdana';
}
form
{
	display: inline;
}
P
{
	text-align: inherit;
}
section
{
	border-collapse: collapse;
}
.display-table
{
	display: inline-table;
}
.display-row
{
	display: table-row;
}
.display-cell
{
	display: table-cell;
}
