﻿*
{
	margin: 0;
}
html, body {
	height: 100%;
	background-color:#E5F3DB;
	font-family:Arial, Verdana;
	font-size:11px;	
}
table
{
	width:100%;
	text-align:left;
}
tr,td
{
	vertical-align:top;
}
	
h1
{
	font-size:12pt;
	color:#000000;
}
h2
{
	font-size:15pt;
	color:#993333;
}
p
{
	font-size:11pt;
	color :#000000;
}
a
{
	color :#000000;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}


.Error
{
	font-size: 11pt;
	color: red;	
}
.Button
{
	width:180px;
	height:32px;
	font-size:12px;
	font-weight:bold;	
	background-color:InactiveBorder;
	border-style:ridge;
}
.Body
{
	height:100%;
	width:100%;
	padding-bottom:100%;
	padding-left:0;
	padding-top:0;
	padding-right:100%;
	}