*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 15px 1em 1em;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	line-height: 1.5em;
}

#box #top h1
{
	text-align: center;
	font-size: 2em;
}

#box #main
{
	border-bottom: #666;
	border-width: 0 0 .5pt 0;
	border-style: none none solid none;
}

#box #main #left p
{
	text-align: left;
	margin: 10px 0;
}

div.frame,
#box #main #left p.image,
#box #main #left p img
{
	display: none;
}

#box #main #left table
{
	font-size: 9pt;
	line-height: 12pt;
	text-align: center;
	border-bottom: #666;
	border-width: .5pt 0 0 0;
	border-style: solid none none none;
}

#box #main #left table th,
#box #main #left table td
{
	padding: 10px 5px;
	border-bottom: #666;
	border-width: 0 0 .5pt 0;
	border-style: none none solid none;
}

#box #main #right
{
	display: none;
}

#box #main #end
{
	clear: both;
}

#copy
{
	color: #999;
	background-color: inherit;
	text-align: center;
	font-size: 8pt;
}

