body
{
	background: gray;
}

p
{
	font-family:Arial;
	font-size:10pt;
}

p.HeadingText
{
	font-weight: bold;
	font-size: 16pt;
	color: #990000;
	font-family: Arial;
}

p.SmallHeadingText
{
	font-size: 16pt;
	color: #990000;
	font-family: Arial;
}

p.faq
{
	font-size: 12pt;
	color: #990000;
	font-family: Arial;
	font-weight:bold;
}

div.Wrapper
{
	text-align:center;
	width:auto;
	height:auto;
	background-color:Gray
	
}

div.Container
{
	border-right: dimgray thin solid;
	border-top: dimgray thin solid;
	border-left: dimgray thin solid;
	border-bottom: dimgray thin solid;
	height: auto;
	background-color: white;
	text-align: left;
}