﻿
html, body
{
	width:99%;
	font-size: large;
	color: #FFCC99;
	text-align: center;
	background-repeat: repeat;
	overflow: auto;
	background-color: #008000;
	background-image: url('olive_paper.gif');
}
.MasterForm
{
	min-height: 100%;
	width: 100%;
	height: 100%;
}
.FillContainer
{
	width: 100%;
	height: 100%;
}
.ReportViewer
{
	width: 100%;
	height: 100%;
	min-width: 30cm;
	min-height: 30cm;
}
