﻿body 
{
	font-family: Arial;
	font-size:10pt;
	background-color:Silver;

}

#PageCanvas
{
	width:800px;
	background-color:White;
	border:1px;
	margin:0px 0px 0px 0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
}

h1
{
	font-family: Arial;
	font-size:14pt;
	text-align:center;
	margin:0px 0px 0px 0px;
}

#HeaderDateLocation
{
	font-family: Arial;
	font-size:13pt;
	font-weight:bold;
	text-align:center;
}

#HeaderAddress
{
	font-family: Arial;
	font-size:10pt;
	font-weight:normal;
	text-align:center;	
}

#Footer
{
	text-align:center;
	font-size:8pt;
	font-weight:bold;
}

.SectionHeaders
{
	font-size:11pt;
	text-decoration:underline;
	font-weight:bold;	
}

.SectionSubHeaders
{
	font-size:11pt;
	text-decoration:none;
	font-weight:bold;	
}

.ErrorPageMessage
{
	font-size:11pt;
	text-decoration:none;
	font-weight:bold;
	color:Red;	
}

.BodyEmphasis
{
	font-weight:bold; 
	font-style:italic;
}

.InputHeaders
{
	font-size:10pt;
	font-weight:bold;
}

.Textbox
{
	width:300px;
}

.LineSpacer
{
	margin-top:5px;
}

.RequiredAsterisk
{
	font-weight:bold;
	color:Red;
}

