div.center
{
	background-image: url(images/bg5.png);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

p.foreword
{
	text-align: left;
	color: navy;
	font-weight: bold;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h3
{
	color: navy;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12pt;
}

h3 span.headermark
{
	color: #c00000;
}

h4
{
	color: #0066cc;
	font-size: 12pt;
}

#screenshots
{
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-left: 20px;
}

#envtable
{
	border-collapse: collapse;
	width: 100%;
}

#envtable td
{
	vertical-align: top;
}

#envtable th
{
	vertical-align: top;
}

#envtable td.winenv
{
	width: 280px;
	text-align: left;
	background-color: #aaddaa;
	padding: 2px;
	border: 1px solid black;
}

#envtable td#winenvh
{
	width: 280px;
	text-align: left;
	background-color: transparent;
	padding: 2px;
	border: none;
	font-weight: bold;
}

#envtable td.macenv
{
	width: 280px;
	text-align: left;
	background-color: #ffcc99;
	padding: 2px;
	border: 1px solid black;
}

#envtable td#macenvh
{
	width: 280px;
	text-align: left;
	background-color: transparent;
	padding: 2px;
	border: none;
	font-weight: bold;
}

#envtable th
{
	background-color: #ffff88;
	padding: 2px;
	border: 1px solid black;
}

#envtable th#envh
{
	background-color: transparent;
	border: none;
}

span.new {
	color: #ff0000;
}
