*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 12px;
	line-height: 1.4em;
}

div#box div#top,
div#box div#middle div#button,
div#box div#bottom
{
	display: none;
}

div#box div#middle img#header
{
	display: none;
}

div#box div#middle p
{
	text-indent: 2em;
}

div#box div#middle p.first
{
	text-indent: 0;
}

div#box div#middle p.subhead
{
	text-indent: 0;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}

div#box div#middle p#title
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

div#box div#middle table
{
	margin: 10px 0;
}

div#box div#middle table td
{
	padding: 5px 10px;
}

div#box div#middle table td.title
{
	text-align: center;
	color: #000;
	font-weight: bold;
	border: 0.5pt #000 solid;
}

div#box div#middle table td.authors
{
	text-align: center;
	border-right: 0.5pt #000 solid;
	border-bottom: 0.5pt #000 solid;
}

div#box div#middle table td.vegetable
{
	text-align: left;
	border-right: 0.5pt #000 solid;
	border-bottom: 0.5pt #000 solid;
	border-left: 0.5pt #000 solid;
}

div#box div#middle table td.count
{
	white-space: nowrap;
	text-align: center;
	border-right: 0.5pt #000 solid;
	border-bottom: 0.5pt #000 solid;
}

div#box div#middle table td p
{
	font-size: 90%;
	margin: 0;
	text-indent: 0;
}

div#box div#middle ol li
{
	font-size: 90%;
	margin-top: 5px;
	list-style-type: decimal;
	list-style-position: inside;
}

div#box div#middle ul li
{
	font-size: 90%;
	margin: 5px 0 0 14px;
	list-style-type: square;
	list-style-position: outside;
}

div#box div#middle p#copy
{
	margin-top: 10px;
	color: #666;
	background-color: inherit;
	text-indent: 0;
	text-align: center;
	font-size: 0.6em;
}

