﻿body
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	margin-left: 10px;
	padding-left: 20px;
	background-color: #909090;
}
h1
{
	font-weight: bold;
	font-size: 24pt;
	font-family: 'Gill Sans MT';
	color: navy;
	margin-left: 10px;
	padding-left: 10px;
}
h2
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Gill Sans MT;
	color: navy;
	margin-left: 10px;
	padding-left: 10px;
}
h3
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Gill Sans MT;
	color: navy;
	margin-left: 10px;
	padding-left: 10px;
}
p
{
	margin-left: 10px;
	padding-left: 10px;
}
.centerform
{
	position: absolute; top: 0px; left: 50%; margin-left: -300px; width:600px; background-color: White;
}