body
{
	background-color: #CED4D9;
	cursor: default;
	text-align: center;
}
p
{
	font-family: Trebuchet,Arial,Sans-Serif;
	font-size: 10pt;
	text-align: left;
	color: Black;
	margin: 8px 8px 8px 8px;
}
p.center
{
	font-family: Trebuchet,Arial,Sans-Serif;
	font-size: 10pt;
	text-align: center;
	color: Black;
}
p.head
{
	font-family: Trebuchet,Arial,Sans-Serif;
	color: Black;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
p.caption
{
	font-family: Trebuchet,Arial,Sans-Serif;
	color: Black;
	font-size: 8pt;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
table.main
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
table.center
{
	margin-left: auto;
	margin-right: auto;
}
table.floatright
{
	float: right;
}
table.floatleft
{
	float: left;
}
div.code
{
	border: solid 1px #B6BBBF;
	background-color: White;
	margin: 0px 8px 0px 8px;
	padding: 8px 8px 8px 8px;
	width: auto;
	height: 128px;
	overflow: scroll;
	font-family: Courier New, Monospace;
	font-size: 10pt;
	text-align: left;
}
td.head
{
	height: 96px;
	vertical-align: middle;
	background-color: #B6BBBF;
}
td.body
{
	background-color: White;
}
td.center
{
	text-align: center;
}
img
{
	border: solid 1px #B6BBBF;
}
img.noborder
{
	border-style: none;
}