.page
{
	background-color: #FFFFFF;
}

.Heading1
{
	font-weight: bold;
	font-family: Gill Sans MT;
	font-size: 16pt;
	color: #FF0000;
}

.Heading2
{
	font-family: Gill Sans MT;
	font-size: 14pt;
	color: #0000FF;
}

.Heading3
{
	font-family: Gill Sans MT;
	font-size: 12pt;
	color: #FFFF00;
}

.Body
{
	font-weight: regular;
	font-family: Gill Sans MT;
	font-size: 10pt;
	color: #000000;
}

.ImageCaption
{
	font-weight: italic;
	font-family: Gill Sans MT;
	font-size: 8pt;
	color: #000000;
}